DXGK_CPUHOSTAPERTURE structure (d3dkmddi.h)

DXGK_CPUHOSTAPERTURE describes a memory segment supporting a CPU host aperture.

Syntax

typedef struct _DXGK_CPUHOSTAPERTURE {
  UINT64 PhysicalAddress;
  UINT32 SizeInPages;
} DXGK_CPUHOSTAPERTURE;

Members

PhysicalAddress

The CPU physical address.

SizeInPages

The size d3ddiin CPU host pages.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3dkmddi.h (include D3dkmddi.h)