Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function writes a USHORT value to an I/O port on the NIC.
Syntax
VOID NdisRawWritePortUshort(
ULONG Port,
USHORT Data
);
Parameters
- Port
[in] Specifies the I/O port. This address falls in a range that was mapped during initialization with the NdisMRegisterIoPortRange function.
- Data
[in] Specifies the USHORT to be written.
Return Value
None.
Requirements
| Header | ndis.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisMRegisterIoPortRange
NdisRawReadPortUshort
NdisRawWritePortBufferUshort
NdisRawWritePortUchar
NdisRawWritePortUlong