// d3dkmddi.h
typedef struct _DXGK_CPUHOSTAPERTURE {
UINT64 PhysicalAddress;
UINT32 SizeInPages;
} DXGK_CPUHOSTAPERTURE;
View the official Windows Driver Kit DDI referenceNo description available.
DXGK_CPUHOSTAPERTURE describes a memory segment supporting a CPU host aperture.
PhysicalAddressThe CPU physical address.
SizeInPagesThe size d3ddiin CPU host pages.