WER_CONSENT列舉 (werapi.h)
定義使用者同意狀態的可能 Windows 錯誤報告 (WER) 。
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 |