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.
This function returns the low-order part of a specified physical address.
ULONG NdisGetPhysicalAddressLow(NDIS_PHYSICAL_ADDRESS PhysicalAddress);
Parameters
- PhysicalAddress
[in] Specifies a physical address of an OS-dependent size.
Return Values
Returns the value of the low-order part of the physical address.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisGetPhysicalAddressHigh | NdisSetPhysicalAddressLow
Send Feedback on this topic to the authors