NdisReadPortUlong

VOID
   NdisReadPortUlong(
       IN NDIS_HANDLE NdisAdapterHandle,
       IN ULONG Port,
       OUT PULONG Data
       );

NdisReadPortUlong is called by the NIC driver to read a ULONG from its NIC’s I/O port.

Parameters

NdisAdapterHandle

Specifies the handle that the NDIS interface library associates with the network interface card.

Port

Specifies the I/O port.

Data

Points to the caller-supplied variable in which this function returns the ULONG read from Port.

Comments

Callers of NdisReadPortUlong can be running at any IRQL.

See Also

NdisRawReadPortUlong, NdisReadPortBufferUlong, NdisWritePortUlong