共用方式為


WER_SUBMIT_RESULT列舉 (werapi.h)

定義 Windows 錯誤報告 (WER) 提交結果選項。

Syntax

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
偵錯。
WerReportFailed
失敗。
WerDisabled
已停用。
WerReportCancelled
取消。
WerDisabledQueue
已停用的佇列。
WerReportAsync
非同步
WerCustomAction
自定義動作。
WerThrottled
扼殺。
WerReportUploadedCab
上傳的 封包 (CAB) 檔案。
WerStorageLocationNotFound
找不到儲存位置。
WerSubmitResultMax
提交數據負載上限。

規格需求

需求
標頭 werapi.h

另請參閱

WerReportSubmit 函式Windows 錯誤報告