D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE - NtDoc

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

typedef struct _D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE {
  D3DKMT_ACTIVATE_SPECIFIC_DIAG_TYPE Type;
  BOOL                               Activate;
} D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_activate_specific_diag_escape)

_D3DKMT_ACTIVATE_SPECIFIC_DIAG_ESCAPE structure

Description

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

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.

See also

D3DKMT_ESCAPETYPE