Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the days of the week when Automatic Updates installs or uninstalls updates.
Syntax
typedef enum tagAutomaticUpdatesScheduledInstallationDay {
ausidEveryDay = 0,
ausidEverySunday = 1,
ausidEveryMonday = 2,
ausidEveryTuesday = 3,
ausidEveryWednesday = 4,
ausidEveryThursday = 5,
ausidEveryFriday = 6,
ausidEverySaturday = 7
} AutomaticUpdatesScheduledInstallationDay;
Constants
ausidEveryDay Value: 0 Every day. |
ausidEverySunday Value: 1 Every Sunday. |
ausidEveryMonday Value: 2 Every Monday. |
ausidEveryTuesday Value: 3 Every Tuesday. |
ausidEveryWednesday Value: 4 Every Wednesday. |
ausidEveryThursday Value: 5 Every Thursday. |
ausidEveryFriday Value: 6 Every Friday. |
ausidEverySaturday Value: 7 Every Saturday. |
Remarks
Updates are installed on the scheduled day. The updates depend on the settings of the NotificationLevel and ScheduledInstallationTime properties of the IAutomaticUpdatesSettings interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header | wuapi.h |