DIAGNOSTIC_REPORT_SIGNATURE structure (diagnosticdataquerytypes.h)

This resource describes the signature for a diagnostic report.

Syntax

typedef struct tagDIAGNOSTIC_REPORT_SIGNATURE {
  WCHAR                       eventName[65];
  DIAGNOSTIC_REPORT_PARAMETER parameters[10];
} DIAGNOSTIC_REPORT_SIGNATURE;

Members

eventName[65]

Type: WCHAR[] A string that specifies the name of this application event.

parameters[10]

Type: DIAGNOSTIC_DATA_REPORT_PARAMETER[] A list of parameters for this report.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header diagnosticdataquerytypes.h