VOID
NdisWritePortUchar(
IN NDIS_HANDLE NdisAdapterHandle,
IN ULONG Port,
IN UCHAR Data
);
NdisWritePortUchar is called by the NIC driver to write a UCHAR 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 UCHAR value to write to Port.
Comments
Callers of NdisWritePortUchar can be running at any IRQL.
See Also
NdisRawWritePortUchar, NdisReadPortUchar, NdisWritePortBufferUchar