WER_REPORT_UI 枚举 (werapi.h)

定义Windows 错误报告 (WER) 报表的可自定义 UI 字符串的索引。

语法

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

常量

 
WerUIAdditionalDataDlgHeader
其他数据对话框标头。
WerUIIconFilePath
图标文件路径。
WerUIConsentDlgHeader
同意对话框标头。
WerUIConsentDlgBody
同意对话框正文。
WerUIOnlineSolutionCheckText
联机解决方案检查文本。
WerUIOfflineSolutionCheckText
脱机解决方案检查文本。
WerUICloseText
关闭文本。
WerUICloseDlgHeader
关闭对话框标题。
WerUICloseDlgBody
关闭对话框正文。
WerUICloseDlgButtonText
关闭对话框按钮文本。
WerUIMax
最大文本加载。

要求

要求
Header werapi.h

另请参阅

WerReportSetUIOption 函数Windows 错误报告