// d3dkmddi.h
typedef enum _DXGK_GLITCH_DURATION {
DXGK_GLITCH_DURATION_INDEFINITE,
DXGK_GLITCH_DURATION_MULTI_FRAME,
DXGK_GLITCH_DURATION_SINGLE_FRAME,
DXGK_GLITCH_DURATION_MULTI_LINE,
DXGK_GLITCH_DURATION_SINGLE_LINE,
DXGK_GLITCH_DURATION_NONE
} DXGK_GLITCH_DURATION;
View the official Windows Driver Kit DDI referenceNo description available.
Enumeration that describes the duration of a user visible effect of a glitch during a SetTimingsFromVidPn call.
DXGK_GLITCH_DURATION_INDEFINITEIndicates that a glitch is unresolved.
DXGK_GLITCH_DURATION_MULTI_FRAMEIndicates that a glitch lasted for multiple frames.
DXGK_GLITCH_DURATION_SINGLE_FRAMEIndicates that a glitch lasted for no more than one frame.
DXGK_GLITCH_DURATION_MULTI_LINEIndicates that a glitch lasted for multiple lines within a frame.
DXGK_GLITCH_DURATION_SINGLE_LINEIndicates that a glitch lasted for no more than one line.
DXGK_GLITCH_DURATION_NONEIndicates that there was no user visible glitch.