NdisSetPhysicalAddressHigh - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

void NdisSetPhysicalAddressHigh(
  [in] _PhysicalAddress,
  [in] _Value
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndissetphysicaladdresshigh)

NdisSetPhysicalAddressHigh macro

Description

NdisSetPhysicalAddressHigh sets the high-order part of a given physical address to a given value.

Parameters

_PhysicalAddress [in]

Specifies a physical address of an OS-dependent size.

_Value [in]

Specifies the value to be written into the high-order part of the address.

See also

NDIS_PHYSICAL_ADDRESS

NdisGetPhysicalAddressHigh

NdisSetPhysicalAddressLow