DXGK_QUERYSCATTERRESERVEIN structure (d3dkmddi.h)

The DXGK_QUERYSCATTERRESERVEIN structure contains the input parameters (pInputData) for a DxgkDdiQueryAdaptedInfo call with a Type of DXGKQAITYPE_SCATTER_RESERVE.

Syntax

typedef struct _DXGK_QUERYSCATTERRESERVEIN {
  UINT SegmentId;
} DXGK_QUERYSCATTERRESERVEIN;

Members

SegmentId

The segment ID being queried. SegmentId refers to local memory segments only.

Remarks

For more information, see Live migration on GPU-P devices.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3dkmddi.h

See also

DXGKARG_QUERYADAPTERINFO

DXGK_QUERYADAPTERINFOTYPE

DxgkDdiQueryAdapterInfo