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 parameter generated by Windows Error Reporting (WER).
Syntax
typedef struct _WER_REPORT_PARAMETER {
WCHAR Name[WER_MAX_SIGNATURE_NAME_LENGTH + 1];
WCHAR Value[WER_MAX_PARAM_LENGTH];
} WER_REPORT_PARAMETER, PWER_REPORT_PARAMETER;
Members
Name[WER_MAX_SIGNATURE_NAME_LENGTH + 1]
Value[WER_MAX_PARAM_LENGTH]
The parameter value.
Requirements
Requirement | Value |
---|---|
Header | werapi.h |