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 |