AutomaticUpdatesNotificationLevel 列舉 (wuapi.h)
定義提高許可權的使用者收到自動更新事件通知的可能方式。
Syntax
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 |