Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NdisRetrieveUlong retrieves a ULONG value from the source address, avoiding alignment faults.
VOID NdisRetrieveUlong(PULONGDestinationAddress,PULONGSourceAddress);
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 Values
None.
Remarks
NdisRetrieveUlong assumes that the given DestinationAddress is aligned on a ULONG boundary.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
Send Feedback on this topic to the authors