Share via


NdisStoreUlong (Windows CE 5.0)

Send Feedback

NdisStoreUlong stores a ULONG value at a particular address, avoiding alignment faults.

VOID NdisStoreUlong(PULONGDestinationAddress,ULONGValue);

Parameters

  • DestinationAddress
    [in] Points to a location in which to store a given ULONG value.
  • Value
    [in] Specifies the value to be stored.

Return Values

None.

Requirements

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

See Also

NdisRetrieveUlong

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.