NdisGetPhysicalAddressLow (Windows Embedded CE 6.0)
1/6/2010
This function returns the low-order part of a specified physical address.
Syntax
ULONG NdisGetPhysicalAddressLow(
NDIS_PHYSICAL_ADDRESS PhysicalAddress
);
Parameters
- PhysicalAddress
[in] Specifies a physical address of an OS-dependent size.
Return Value
Returns the value of the low-order part of the physical address.
Requirements
Header | ndis.h |
Library | ndis.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisGetPhysicalAddressHigh
NdisSetPhysicalAddressLow