WER_SUBMIT_RESULT 열거형(werapi.h)
WER(Windows 오류 보고) 제출 결과 옵션을 정의합니다.
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 |