WER_REPORT_UI enumeration (werapi.h)

Defines the indexes of the Windows Error Reporting (WER) report's customizable UI strings.

Syntax

typedef enum _WER_REPORT_UI {
  WerUIAdditionalDataDlgHeader,
  WerUIIconFilePath,
  WerUIConsentDlgHeader,
  WerUIConsentDlgBody,
  WerUIOnlineSolutionCheckText,
  WerUIOfflineSolutionCheckText,
  WerUICloseText,
  WerUICloseDlgHeader,
  WerUICloseDlgBody,
  WerUICloseDlgButtonText,
  WerUIMax
} WER_REPORT_UI;

Constants

 
WerUIAdditionalDataDlgHeader
Additional data dialog header.
WerUIIconFilePath
Icon file path.
WerUIConsentDlgHeader
Consent dialog header.
WerUIConsentDlgBody
Consent dialog body.
WerUIOnlineSolutionCheckText
Online solution check text.
WerUIOfflineSolutionCheckText
Offline solution check text.
WerUICloseText
Close text.
WerUICloseDlgHeader
Close dialog header.
WerUICloseDlgBody
Close dialog body.
WerUICloseDlgButtonText
Close dialog button text.
WerUIMax
Maximum text load.

Requirements

Requirement Value
Header werapi.h

See also

WerReportSetUIOption function, Windows Error Reporting