WER_SUBMIT_RESULT列挙 (werapi.h)

Windows エラー報告 (WER) 送信結果オプションを定義します。

構文

typedef enum _WER_SUBMIT_RESULT {
  WerReportQueued,
  WerReportUploaded,
  WerReportDebug,
  WerReportFailed,
  WerDisabled,
  WerReportCancelled,
  WerDisabledQueue,
  WerReportAsync,
  WerCustomAction,
  WerThrottled,
  WerReportUploadedCab,
  WerStorageLocationNotFound,
  WerSubmitResultMax
} WER_SUBMIT_RESULT, *PWER_SUBMIT_RESULT;

定数

 
WerReportQueued
キュー。
WerReportUploaded
アップロード。
WerReportDebug
Debug。
WerReportFailed
失敗。
WerDisabled
無効。
WerReportCancelled
キャンセル。
WerDisabledQueue
無効なキュー。
WerReportAsync
非同期
WerCustomAction
カスタム アクション。
WerThrottled
調整。
WerReportUploadedCab
キャビネット (CAB) ファイルをアップロードしました。
WerStorageLocationNotFound
ストレージの場所が見つかりません。
WerSubmitResultMax
最大データ読み込みを送信します。

要件

要件
Header werapi.h

こちらもご覧ください

WerReportSubmit 関数Windows エラー報告