Freigeben über


NdisWritePortUshort (Compact 2013)

3/26/2014

This function is called by the miniport driver to write a USHORT to an I/O port.

Syntax

VOID NdisWritePortUshort(
  NDIS_HANDLE NdisAdapterHandle,
    ULONG Port,
  USHORT 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
    [in] Specifies the USHORT value to write to Port.

Return Value

None.

Requirements

Header

ndis.h

See Also

Reference

NDIS I/O Port Interface
NdisWritePortBufferUshort
NdisRawWritePortUshort
NdisReadPortUshort