// d3dkmddi.h
typedef struct _DXGK_QUERYSCATTERRESERVEIN {
UINT SegmentId;
} DXGK_QUERYSCATTERRESERVEIN;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_QUERYSCATTERRESERVEIN structure contains the input parameters (pInputData) for a DxgkDdiQueryAdaptedInfo call with a Type of DXGKQAITYPE_SCATTER_RESERVE.
SegmentIdThe segment ID being queried. SegmentId refers to local memory segments only.
For more information, see Live migration on GPU-P devices.