WER_SUBMIT_RESULT enumeration (werapi.h)

Defines the Windows Error Reporting (WER) submission result options.

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;

Constants

 
WerReportQueued
Queued.
WerReportUploaded
Uploaded.
WerReportDebug
Debug.
WerReportFailed
Failed.
WerDisabled
Disabled.
WerReportCancelled
Cancelled.
WerDisabledQueue
Disabled queue.
WerReportAsync
Async.
WerCustomAction
Custom action.
WerThrottled
Throttled.
WerReportUploadedCab
Uploaded Cabinet (CAB) file.
WerStorageLocationNotFound
Storage location not found.
WerSubmitResultMax
Submit the maximum data load.

Requirements

Requirement Value
Header werapi.h

See also

WerReportSubmit function, Windows Error Reporting