// 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 referenceNo description available.
Indicates an escape type that is to be activated or deactivated.
TypeThe D3DKMT_ESCAPETYPE escape type that needs to be activated or deactivated.
ActivateIf TRUE, the escape type is to be activated. If FALSE, the escape type is to be deactivated.