NdisSetPhysicalAddressHigh

VOID
   NdisSetPhysicalAddressHigh(

       IN NDIS_PHYSICAL_ADDRESS PhysicalAddress,
       IN ULONG Value
       );

NdisSetPhysicalAddressHigh sets the high-order part of a given physical address to a given 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.

Comments

Callers of NdisSetPhysicalAddressHigh can be running at any IRQL.

See Also

NdisGetPhysicalAddressHigh, NDIS_PHYSICAL_ADDRESS, NdisSetPhysicalAddressLow