Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/26/2014
This function is called by the miniport driver to write a UCHAR to an I/O port.
Syntax
VOID NdisWritePortUchar(
NDIS_HANDLE NdisAdapterHandle,
ULONG Port,
UCHAR Data
);
Parameters
- NdisAdapterHandle
[in] Specifies the handle that the NDIS interface library associates with the network adapter.
- Port
[in] Specifies the I/O port.
- Data
[in] Specifies the UCHAR value to write to Port.
Return Value
None.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS I/O Port Interface
NdisWritePortBufferUchar
NdisRawWritePortUchar
NdisReadPortUchar