NdisStoreUlong (Windows Embedded CE 6.0)
1/6/2010
NdisStoreUlong 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.
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |