WER_REPORT_SIGNATURE structure (werapi.h)

Contains information about an error report signature generated by Windows Error Reporting (WER).

Syntax

typedef struct _WER_REPORT_SIGNATURE {
       WCHAR                EventName[WER_MAX_EVENT_NAME_LENGTH + 1];
       WER_REPORT_PARAMETER Parameters[WER_MAX_PARAM_COUNT];
} WER_REPORT_SIGNATURE, *PWER_REPORT_SIGNATURE;

Members

EventName[WER_MAX_EVENT_NAME_LENGTH + 1]

Parameters[WER_MAX_PARAM_COUNT]

The collection of parameters in the signature.

Requirements

Requirement Value
Header werapi.h

See also

Windows Error Reporting