AutomaticUpdatesNotificationLevel 枚举 (wuapi.h)
定义提升用户收到有关自动汇报事件的通知的可能方式。
语法
typedef enum tagAutomaticUpdatesNotificationLevel {
aunlNotConfigured = 0,
aunlDisabled = 1,
aunlNotifyBeforeDownload = 2,
aunlNotifyBeforeInstallation = 3,
aunlScheduledInstallation = 4
} AutomaticUpdatesNotificationLevel;
常量
aunlNotConfigured 值: 0 自动汇报不是由用户或组策略管理员配置的。 系统会定期提示用户配置自动汇报。 |
aunlDisabled 值:1 禁用自动汇报。 不会通知用户计算机的重要更新。 |
aunlNotifyBeforeDownload 值: 2 自动汇报会提示用户在下载或安装更新之前批准更新。 |
aunlNotifyBeforeInstallation 值: 3 自动汇报会自动下载更新,但会提示用户在安装前批准更新。 |
aunlScheduledInstallation 值: 4 自动汇报根据用户或 IAutomaticUpdatesSettings.ScheduledInstallationDay 和 IAutomaticUPdatesSettings.ScheduledInstallationTime 属性指定的计划自动安装更新。 此设置是建议的设置。 |
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用] |
标头 | wuapi.h |