D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE structure (d3dkmthk.h)

Indicates an escape type that is to be activated or deactivated.

Syntax

typedef struct _D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE {
  D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE Type;
  BOOL                               Activate;
} D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE;

Members

Type

The D3DKMT_ESCAPETYPE escape type that needs to be activated or deactivated.

Activate

If TRUE, the escape type is to be activated. If FALSE, the escape type is to be deactivated.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dkmthk.h

See also

D3DKMT_ESCAPETYPE