NdisGetPhysicalAddressLow macro (ndis.h)
NdisGetPhysicalAddressLow returns the low-order part of a given physical address.
Syntax
void NdisGetPhysicalAddressLow(
[in] _PhysicalAddress
);
Parameters
[in] _PhysicalAddress
Specifies a physical address of an OS-dependent size.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported for NDIS 6.0 and NDIS 5.1 drivers (see NdisGetPhysicalAddressLow (NDIS 5.1)) in Windows Vista. Supported for NDIS 5.1 drivers (see NdisGetPhysicalAddressLow (NDIS 5.1)) in Windows XP. |
Target Platform | Universal |
Header | ndis.h (include Ndis.h) |
IRQL | Any level |