VOID
NdisStoreUlong(
IN PULONG DestinationAddress,
IN ULONG Value
);
NdisStoreUlong stores a ULONG value at a particular address, avoiding alignment faults.
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.