DXGKARG_CONTROLDIAGNOSTICREPORTING structure (dispmprt.h)

Contains arguments for the call to DxgkDdiControlDiagnosticReporting.

Syntax

typedef struct _DXGKARG_CONTROLDIAGNOSTICREPORTING {
  [in]  DXGK_DIAGNOSTIC_CATEGORIES DiagnosticCategory;
  [out] DXGK_DIAGNOSTIC_TYPES      RequestedDiagnostics;
} DXGKARG_CONTROLDIAGNOSTICREPORTING, *PDXGKARG_CONTROLDIAGNOSTICREPORTING;

Members

[in] DiagnosticCategory

A DXGK_DIAGNOSTIC_CATEGORIES structure which indicates which one of the diagnostic categories the diagnostic types being requested belong to.

[out] RequestedDiagnostics

A DXGK_DIAGNOSTIC_TYPES structure indicates which diagnostic types the driver is being requested to enable in the given category. The driver should enable each diagnostic which is requested and disable each diagnostic which is not requested.

Requirements

Requirement Value
Header dispmprt.h