Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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
WerReportQueuedQueued. |
WerReportUploadedUploaded. |
WerReportDebugDebug. |
WerReportFailedFailed. |
WerDisabledDisabled. |
WerReportCancelledCancelled. |
WerDisabledQueueDisabled queue. |
WerReportAsyncAsync. |
WerCustomActionCustom action. |
WerThrottledThrottled. |
WerReportUploadedCabUploaded Cabinet (CAB) file. |
WerStorageLocationNotFoundStorage location not found. |
WerSubmitResultMaxSubmit the maximum data load. |
Requirements
| Requirement | Value |
|---|---|
| Header | werapi.h |