WER_CONSENT 枚举 (werapi.h)

定义用户同意状态 ( 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

另请参阅

WerReportSubmit 函数Windows 错误报告