NdisSetPhysicalAddressHigh

This function sets the high-order part of a specified physical address to a specified value.

At a Glance

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

Syntax

VOID NdisSetPhysicalAddressHigh(
IN NDIS_PHYSICAL_ADDRESS
PhysicalAddress, IN ULONG Value );

Parameters

PhysicalAddress
Specifies a physical address of an OS-dependent size.
Value
Specifies the value to be written into the high-order part of the address.

Remarks

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

See Also

NdisGetPhysicalAddressHigh, NdisSetPhysicalAddressLow