הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Defines the possible Windows Error Reporting (WER) user consent states.
Syntax
typedef enum _WER_CONSENT {
WerConsentNotAsked = 1,
WerConsentApproved = 2,
WerConsentDenied = 3,
WerConsentAlwaysPrompt = 4,
WerConsentMax = 5
} WER_CONSENT;
Constants
WerConsentNotAskedValue: 1 User was not asked for consent. |
WerConsentApprovedValue: 2 User approved consent. |
WerConsentDeniedValue: 3 User denied consent. |
WerConsentAlwaysPromptValue: 4 User is always asked for consent. |
WerConsentMaxValue: 5 The maximum value for this enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Header | werapi.h |