DXGK_INTERRUPT_STATE - NtDoc

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

typedef enum _DXGK_INTERRUPT_STATE {
  DXGK_INTERRUPT_ENABLE = 0,
  DXGK_INTERRUPT_DISABLE = 1
} DXGK_INTERRUPT_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_interrupt_state)

DXGK_INTERRUPT_STATE enumeration

Description

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.

Constants

DXGK_INTERRUPT_ENABLE:0

The interrupt is enabled.

DXGK_INTERRUPT_DISABLE:1

The interrupt is disabled.