Share via


NdisReadPortUlong (Windows CE 5.0)

Send Feedback

The NIC driver calls this function to read a ULONG from its NIC's I/O port.

VOID NdisReadPortUlong(NDIS_HANDLE NdisAdapterHandle,ULONG Port,PULONG Data);

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
    [out] Points to the caller-supplied variable in which this function returns the ULONG read from Port.

Return Values

Returns the ULONG value read from Port.

Remarks

None.

Requirements

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

See Also

NdisRawReadPortUlong | NdisWritePortUlong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.