// ndis.h
void NdisGetPhysicalAddressLow(
[in] _PhysicalAddress
);
View the official Windows Driver Kit DDI referenceNo description available.
NdisGetPhysicalAddressLow returns the low-order part of a given physical address.
_PhysicalAddress [in]Specifies a physical address of an OS-dependent size.