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 [デスクトップ アプリのみ] |
Header | wuapi.h |