AutomaticUpdatesPermissionType 枚举 (wuapi.h)

定义设置 IAutomaticUpdatesSettings 接口的 NotificationLevel 属性或 IAutomaticUpdatesSettings2 接口的 IncludeRecommendedUpdates 属性的可能方法。

语法

typedef enum tagAutomaticUpdatesPermissionType {
  auptSetNotificationLevel = 1,
  auptDisableAutomaticUpdates = 2,
  auptSetIncludeRecommendedUpdates = 3,
  auptSetFeaturedUpdatesEnabled = 4,
  auptSetNonAdministratorsElevated = 5
} AutomaticUpdatesPermissionType;

常量

 
auptSetNotificationLevel
值:1
设置 IAutomaticUpdatesSettings::NotificationLevel 属性的功能。
auptDisableAutomaticUpdates
值: 2
IAutomaticUpdatesSettings::NotificationLevel 属性设置为 aunlDisabled 的功能。
auptSetIncludeRecommendedUpdates
值: 3
设置 IAutomaticUpdatesSettings2::IncludedRecommendedUpdates 属性的功能。
auptSetFeaturedUpdatesEnabled
值: 4
设置 IAutomaticUpdatesSettings3::FeaturedUpdatesEnabled 属性的功能。
auptSetNonAdministratorsElevated
值: 5
设置 IAutomaticUpdatesSettings3::NonAdministratorsElevated 属性的功能。

注解

精选更新通知仅在 Windows Vista 及更高版本上受支持。 在运行支持 IAutomaticUpdatesSettings3 的 Windows 更新 Agent (WUA) 的 Windows XP 系统上,IAutomaticUpdatesSettings3::FeaturedUpdatesEnabled 值将始终VARIANT_FALSE,并且尝试更改其值将导致错误。

仅当启用自动汇报时,才支持精选更新通知。 如果自动汇报设置为“从不检查更新 (不建议) ”,则 IAutomaticUpdatesSettings3::FeaturedUpdatesEnabled 值将始终VARIANT_FALSE,并且尝试更改其值将导致错误。

仅某些更新服务支持精选更新通知。 目前,唯一支持的更新服务是 Microsoft 更新。 如果自动汇报当前配置为从 Windows 更新 或 WSUS 服务器) 接收另一个服务 (的更新,则 IAutomaticUpdatesSettings3::FeaturedUpdatesEnabled 值将始终VARIANT_FALSE,并且尝试更改其值将导致错误。

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用]
最低受支持的服务器 Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用]
标头 wuapi.h