NdisWritePortUlong

VOID
NdisWritePortUlong(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN ULONG Data
);

NdisWritePortUlong is called by the NIC driver to write a ULONG to an 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

Specifies the ULONG value to write to Port.

Comments

Callers of NdisWritePortUlong can be running at any IRQL.

See Also

NdisRawWritePortUlong, NdisReadPortUlong, NdisWritePortBufferUlong