// ndis.h
void NdisSetPhysicalAddressHigh(
[in] _PhysicalAddress,
[in] _Value
);
View the official Windows Driver Kit DDI referenceNo description available.
NdisSetPhysicalAddressHigh sets the high-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 high-order part of the address.