次の方法で共有


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 エラー報告