Share via


NdisWritePortUchar (Windows CE 5.0)

Send Feedback

The NIC driver calls this function to write a UCHAR to an I/O port.

VOID NdisWritePortUchar(NDIS_HANDLE NdisAdapterHandle,ULONGPort,UCHARData);

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
    [in] Specifies the UCHAR value to write to Port.

Return Values

None.

Requirements

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

See Also

NdisRawWritePortUchar | NdisReadPortUchar

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.