Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |