Share via


NdisReadPortUshort (Compact 2013)

3/26/2014

This function is called by the miniport driver to read a USHORT from a NIC's I/O port.

Syntax

VOID NdisReadPortUshort(
  NDIS_HANDLE NdisAdapterHandle,
    ULONG Port,
  PUSHORT 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
    [out] Points to the caller-supplied variable in which this function returns the USHORT read from Port.

Return Value

None

Requirements

Header

ndis.h

See Also

Reference

NDIS I/O Port Interface
NdisReadPortBufferUshort
NdisRawReadPortUshort
NdisWritePortUshort