WER_CONSENT 열거형(werapi.h)
WER(가능한 Windows 오류 보고) 사용자 동의 상태를 정의합니다.
Syntax
typedef enum _WER_CONSENT {
WerConsentNotAsked = 1,
WerConsentApproved = 2,
WerConsentDenied = 3,
WerConsentAlwaysPrompt = 4,
WerConsentMax = 5
} WER_CONSENT;
상수
WerConsentNotAsked 값: 1 사용자에게 동의를 요청하지 않았습니다. |
WerConsentApproved 값: 2 사용자가 승인한 동의입니다. |
WerConsentDenied 값: 3 사용자가 동의를 거부했습니다. |
WerConsentAlwaysPrompt 값: 4 사용자는 항상 동의를 요청합니다. |
WerConsentMax 값: 5 이 열거형의 최대값입니다. |
요구 사항
요구 사항 | 값 |
---|---|
헤더 | werapi.h |