NdisGetPhysicalAddressHigh

ULONG
    NdisGetPhysicalAddressHigh(

        IN NDIS_PHYSICAL_ADDRESS  PhysicalAddress
        );

NdisGetPhysicalAddressHigh returns the high-order part of a given physical address.

Parameters

PhysicalAddress
Specifies a physical address of an OS-dependent size.

Return Value

NdisGetPhysicalAddressHigh returns the value of the high-order part of the physical address.

Comments

Callers of NdisGetPhysicalAddressHigh can be running at any IRQL.

See Also

NdisGetPhysicalAddressLow, NDIS_PHYSICAL_ADDRESS, NdisSetPhysicalAddressHigh