NdisGetPhysicalAddressHigh

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

At a Glance

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

Syntax

ULONG NdisGetPhysicalAddressHigh(
IN NDIS_PHYSICAL_ADDRESS
PhysicalAddress );

Parameters

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

Return Values

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

Remarks

A driver that calls this function can be running at any IRQL.

See Also

NdisGetPhysicalAddressLow, NdisSetPhysicalAddressHigh