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
Queued.
WerReportUploaded
上传。
WerReportDebug
调试。
WerReportFailed
已失败。
WerDisabled
已禁用。
WerReportCancelled
取消。
WerDisabledQueue
已禁用队列。
WerReportAsync
异步。
WerCustomAction
自定义操作。
WerThrottled
扼杀。
WerReportUploadedCab
已上传 cabinet (CAB) 文件。
WerStorageLocationNotFound
找不到存储位置。
WerSubmitResultMax
提交最大数据负载。

要求

要求
Header werapi.h

另请参阅

WerReportSubmit 函数Windows 错误报告