// d3dkmddi.h
typedef struct _DXGK_QUERYSCATTERRESERVEOUT {
UINT64 SetVGPUResourcesPageSize;
} DXGK_QUERYSCATTERRESERVEOUT;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_QUERYSCATTERRESERVEOUT structure contains the output parameters (pOutputData) for a DxgkDdiQueryAdaptedInfo call with a Type of DXGKQAITYPE_SCATTER_RESERVE.
SetVGPUResourcesPageSizeThe page size of the 2nd phase of GPU-VA translation available on the hardware, in bytes. The driver must specify a page size that aligns with the reserve physical assignments (partition VRAM sizes and offsets are multiples of this page size).
For more information, see Live migration on GPU-P devices.