// d3dkmddi.h
typedef struct _DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT LayerIndex;
ULONGLONG PresentId;
} DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_TDR_PAYLOAD_VSYNC_TIMEOUT structure contains the payload for a DxgkDdiCollectDbgInfo2 call when TdrType is DXGK_TDR_TYPE_VSYNC_TIMEOUT.
VidPnSourceId[in] A D3DDDI_VIDEO_PRESENT_SOURCE_ID value that identifies the VidPn source that timed out.
LayerIndex[in] the MPO plane index that timed out.
PresentId[in] The PresentId that timed out.
For more information, see TDR debuggability improvements.