NdisGetPhysicalAddressLow

This function returns the low-order part of a specified physical address.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

ULONG NdisGetPhysicalAddressLow(
IN NDIS_PHYSICAL_ADDRESS
PhysicalAddress );

Parameters

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

Return Values

Returns the value of the low-order part of the physical address.

See Also

NdisGetPhysicalAddressHigh, NdisSetPhysicalAddressLow