Freigeben über


NdisStoreUlong (Compact 2013)

3/26/2014

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

Syntax

VOID NdisStoreUlong(
  PULONG DestinationAddress,
  ULONG Value
);

Parameters

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

Return Value

None.

Remarks

Callers of NdisStoreUlong can be running at any IRQL if DestinationAddress points to nonpaged pool. Otherwise, the caller must be running at IRQL < DISPATCH_LEVEL.

Requirements

Header

ndis.h

See Also

Reference

NDIS Memory Interface
NdisRetrieveUlong