NdisReadPortUshort (Windows CE 5.0)
The NIC driver calls this function to read a USHORT from its NIC's I/O port.
VOIDNdisReadPortUshort(NDIS_HANDLE NdisAdapterHandle,ULONG Port,PUSHORTData);
Parameters
- NdisAdapterHandle
[in] Specifies the handle that the NDIS interface library associates with the network interface card. - Port
[in] Specifies the I/O port. - Data
[out] Points to the caller-supplied variable in which this function returns the USHORT read from Port.
Return Values
Returns the USHORT value read from Port.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisRawReadPortUshort | NdisWritePortUshort
Send Feedback on this topic to the authors