WER_REPORT_UI列舉 (werapi.h)
定義 Windows 錯誤報告 (WER 的索引,) 報表的可自定義 UI 字串。
Syntax
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 文字載入上限。 |
規格需求
需求 | 值 |
---|---|
標頭 | werapi.h |