定义用户同意状态 ( WER) 可能的Windows 错误报告。
语法
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 此枚举的最大值。 |
要求
| 要求 | 值 |
|---|---|
| Header | werapi.h |