Partager via


Macro NdisRawWritePortUlong (ndis.h)

NdisRawWritePortUlong écrit une valeur ULONG dans un port d’E/S sur la carte réseau.

Syntaxe

void NdisRawWritePortUlong(
  [in]  Port,
  [in]  Data
);

Paramètres

[in] Port

Spécifie le port d’E/S. Cette adresse se trouve dans une plage mappée lors de l’initialisation avec NdisMRegisterIoPortRange.

[in] Data

Spécifie l’ULONG à écrire.

Valeur de retour

Aucun

Remarques

NdisRawWritePortUlong s’exécute rapidement, car il n’a pas besoin de mapper une adresse de port d’E/S relative à un bus sur une adresse de port logique dépendante de l’hôte à chaque appel.

Exigences

Exigence Valeur
client minimum pris en charge Pris en charge pour les pilotes NDIS 6.0 et NDIS 5.1 (voir NdisRawWritePortUlong (NDIS 5.1)) dans Windows Vista. Pris en charge pour les pilotes NDIS 5.1 (voir NdisRawWritePortUlong (NDIS 5.1)) dans Windows XP.
plateforme cible Universel
d’en-tête ndis.h (include Ndis.h)
IRQL N’importe quel niveau

Voir aussi

MiniportInitializeEx

NdisMRegisterIoPortRange

NdisRawReadPortUlong

NdisRawWritePortBufferUlong

NdisRawWritePortUchar

NdisRawWritePortUshort