NdisRawReadPortUshort (Windows CE 5.0)
This function reads a USHORT value from a specified I/O port on the NIC.
VOID NdisRawReadPortUshort(ULONG Port,PUSHORT 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
[out] Pointer to a caller-supplied variable in which this function returns a USHORT value read in from the port.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisMRegisterIoPortRange | NdisRawReadPortBufferUshort | NdisRawReadPortUchar | NdisRawReadPortUlong | NdisRawWritePortUshort
Send Feedback on this topic to the authors