DXGK_QUERYSCATTERRESERVEIN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_QUERYSCATTERRESERVEIN {
  UINT SegmentId;
} DXGK_QUERYSCATTERRESERVEIN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_queryscatterreservein)

Description

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

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.

See also

DXGKARG_QUERYADAPTERINFO

DXGK_QUERYADAPTERINFOTYPE

DxgkDdiQueryAdapterInfo