Share via


NdisRetrieveUlong (Windows CE 5.0)

Send Feedback

NdisRetrieveUlong retrieves a ULONG value from the source address, avoiding alignment faults.

VOID NdisRetrieveUlong(PULONGDestinationAddress,PULONGSourceAddress);

Parameters

  • DestinationAddress
    [in] Points to a ULONG-aligned location in which to store the value.
  • SourceAddress
    [in] Points to a location from which to retrieve the ULONG value.

Return Values

None.

Remarks

NdisRetrieveUlong assumes that the given DestinationAddress is aligned on a ULONG boundary.

Requirements

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

See Also

NdisStoreUlong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.