WER_CONSENT列挙 (werapi.h)

使用可能なWindows エラー報告 (WER) ユーザーの同意状態を定義します。

構文

typedef enum _WER_CONSENT {
  WerConsentNotAsked = 1,
  WerConsentApproved = 2,
  WerConsentDenied = 3,
  WerConsentAlwaysPrompt = 4,
  WerConsentMax = 5
} WER_CONSENT;

定数

 
WerConsentNotAsked
値: 1
ユーザーに同意を求められなかった。
WerConsentApproved
値: 2
ユーザーが同意を承認しました。
WerConsentDenied
値: 3
ユーザーが同意を拒否しました。
WerConsentAlwaysPrompt
値: 4
ユーザーは常に同意を求められます。
WerConsentMax
値: 5
この列挙体の最大値。

要件

要件
Header werapi.h

こちらもご覧ください

WerReportSubmit 関数Windows エラー報告