Share via


NdisRawWritePortUshort (Windows CE 5.0)

Send Feedback

This function writes a USHORT value to an I/O port on the NIC.

VOID NdisRawWritePortUshort(ULONG Port,USHORT 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
    [in] Specifies the USHORT to be written.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisMRegisterIoPortRange | NdisRawReadPortUshort | NdisRawWritePortBufferUshort | NdisRawWritePortUchar | NdisRawWritePortUlong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.