DXGKARG_CONTROLDIAGNOSTICREPORTING - NtDoc

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

typedef struct _DXGKARG_CONTROLDIAGNOSTICREPORTING {
  [in]  DXGK_DIAGNOSTIC_CATEGORIES DiagnosticCategory;
  [out] DXGK_DIAGNOSTIC_TYPES      RequestedDiagnostics;
} DXGKARG_CONTROLDIAGNOSTICREPORTING, *PDXGKARG_CONTROLDIAGNOSTICREPORTING;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_controldiagnosticreporting)

_DXGKARG_CONTROLDIAGNOSTICREPORTING structure

Description

Contains arguments for the call to DxgkDdiControlDiagnosticReporting.

Members

DiagnosticCategory [in]

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

RequestedDiagnostics [out]

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.