перечисление 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 Очереди. |
WerReportUploaded Загружены. |
WerReportDebug Отладка. |
WerReportFailed сбой. |
WerDisabled Отключено. |
WerReportCancelled Отменен. |
WerDisabledQueue Отключенная очередь. |
WerReportAsync Асинх. |
WerCustomAction Настраиваемое действие. |
WerThrottled Задушил. |
WerReportUploadedCab Отправлен cab-файл (CAB). |
WerStorageLocationNotFound Расположение хранилища не найдено. |
WerSubmitResultMax Отправьте максимальную загрузку данных. |
Требования
Требование | Значение |
---|---|
Заголовок | werapi.h |