NdisGetPhysicalAddressHigh - NtDoc

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

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

NtDoc

No description available.

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

NdisGetPhysicalAddressHigh macro

Description

NdisGetPhysicalAddressHigh returns the high-order part of a given physical address.

Parameters

_PhysicalAddress [in]

Specifies a physical address of an OS-dependent size.

See also

NDIS_PHYSICAL_ADDRESS

NdisGetPhysicalAddressLow

NdisSetPhysicalAddressHigh