NdisGetPhysicalAddressLow

ULONG
   NdisGetPhysicalAddressLow(

       IN NDIS_PHYSICAL_ADDRESS PhysicalAddress
       );

NdisGetPhysicalAddressLow returns the low-order part of a given physical address.

Parameters

PhysicalAddress

Specifies a physical address of an OS-dependent size.

Return Value

NdisGetPhysicalAddressLow returns the value of the low-order part of the physical address.

Comments

Callers of NdisGetPhysicalAddressLow can run at any IRQL.

See Also

NdisGetPhysicalAddressHigh, NDIS_PHYSICAL_ADDRESS, NdisSetPhysicalAddressLow