NdisRawReadPortBufferUlong (Windows CE 5.0)

Send Feedback

This function reads a specified number of ULONGs into a caller-supplied buffer.

VOID NdisRawReadPortBufferUlong(ULONG Port,PULONG Buffer,ULONG Length);

Parameters

  • Port
    [in] Specifies the I/O port. This address falls in a range that was mapped during initialization with the NdisMRegisterIoPortRange function.
  • Buffer
    [out] Pointer to a caller-allocated buffer, in resident memory, into which the ULONGs are transferred from the NIC. The caller must allocate a buffer at least (sizeof(ULONG)*Length).
  • Length
    [in] Specifies how many ULONGs to transfer from the NIC.

Return Values

None.

Remarks

This function reads each ULONG value, one at a time, from the specified I/O port into the specified buffer.

Requirements

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

See Also

NdisMRegisterIoPortRange | NdisRawReadPortBufferUchar | NdisRawReadPortBufferUshort | NdisRawReadPortUlong | NdisRawWritePortBufferUlong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.