NdisRawReadPortUshort (Windows Embedded CE 6.0)

1/6/2010

This function reads a USHORT value from a specified I/O port on the NIC.

Syntax

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 Value

None.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Library Functions
NdisMRegisterIoPortRange
NdisRawReadPortBufferUshort
NdisRawReadPortUchar
NdisRawReadPortUlong
NdisRawWritePortUshort