DXGK_PHYSICAL_MEMORY_RANGE - NtDoc

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

typedef struct _DXGK_PHYSICAL_MEMORY_RANGE {
  PHYSICAL_ADDRESS BaseAddress;
  LARGE_INTEGER    NumberOfBytes;
} DXGK_PHYSICAL_MEMORY_RANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_physical_memory_range)

_DXGK_PHYSICAL_MEMORY_RANGE structure

Description

The physical memory range.

Members

BaseAddress

Base address of the physical memory.

NumberOfBytes

Number of bytes in physical memory.