// d3dkmddi.h
typedef struct _DXGK_PRESENTALLOCATIONINFO {
HANDLE hDeviceSpecificAllocation;
D3DGPU_VIRTUAL_ADDRESS AllocationVirtualAddress;
PHYSICAL_ADDRESS PhysicalAddress;
WORD SegmentId;
WORD PhysicalAdapterIndex;
} DXGK_PRESENTALLOCATIONINFO;
View the official Windows Driver Kit DDI referenceNo description available.
DXGK_PRESENTALLOCATIONINFO is reserved for system use. Don't use it in your driver.
hDeviceSpecificAllocationAllocationVirtualAddressPhysicalAddressSegmentIdPhysicalAdapterIndex