NdisRetrieveUlong (Windows Embedded CE 6.0)
1/6/2010
NdisRetrieveUlong retrieves a ULONG value from the source address, avoiding alignment faults.
Syntax
VOID NdisRetrieveUlong(
PULONG DestinationAddress,
PULONG SourceAddress
);
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 Value
None.
Remarks
NdisRetrieveUlong assumes that the given DestinationAddress is aligned on a ULONG boundary.
Requirements
Header | ndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |