NdisGetPhysicalAddressLow - NtDoc

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

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

NtDoc

No description available.

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

NdisGetPhysicalAddressLow macro

Description

NdisGetPhysicalAddressLow returns the low-order part of a given physical address.

Parameters

_PhysicalAddress [in]

Specifies a physical address of an OS-dependent size.

See also

NDIS_PHYSICAL_ADDRESS

NdisGetPhysicalAddressHigh

NdisSetPhysicalAddressLow