DXGK_CPUHOSTAPERTURE - NtDoc

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

typedef struct _DXGK_CPUHOSTAPERTURE {
  UINT64 PhysicalAddress;
  UINT32 SizeInPages;
} DXGK_CPUHOSTAPERTURE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_CPUHOSTAPERTURE structure

Description

DXGK_CPUHOSTAPERTURE describes a memory segment supporting a CPU host aperture.

Members

PhysicalAddress

The CPU physical address.

SizeInPages

The size d3ddiin CPU host pages.