DXGK_INTERRUPT_STATE enumeration (d3dkmddi.h)
The DXGK_INTERRUPT_STATE enumeration provides additional information for DxgkDdi_ControlInterrupt2 or DxgkDdi_ControlInterrupt3 when VSYNC is not being used.
This enumeration uses Enable as 0 and Disable as 1 in the bivalent state, which is the opposite of the Boolean value previously used in DxgkDdi_ControlInterrupt.
Syntax
typedef enum _DXGK_INTERRUPT_STATE {
DXGK_INTERRUPT_ENABLE = 0,
DXGK_INTERRUPT_DISABLE = 1
} DXGK_INTERRUPT_STATE;
Constants
DXGK_INTERRUPT_ENABLE Value: 0 The interrupt is enabled. |
DXGK_INTERRUPT_DISABLE Value: 1 The interrupt is disabled. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | d3dkmddi.h |