// ndis.h
void NdisSetPhysicalAddressLow(
[in] _PhysicalAddress,
[in] _Value
);
View the official Windows Driver Kit DDI referenceNo description available.
NdisSetPhysicalAddressLow sets the low-order part of a given physical address to a given value.
_PhysicalAddress [in]Specifies a physical address of an OS-dependent size.
_Value [in]Specifies the value to be written into the low-order part of the address.