AutomaticUpdatesScheduledInstallationDay enumeration (wuapi.h)
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
ausidEveryDayValue: 0 Every day. |
ausidEverySundayValue: 1 Every Sunday. |
ausidEveryMondayValue: 2 Every Monday. |
ausidEveryTuesdayValue: 3 Every Tuesday. |
ausidEveryWednesdayValue: 4 Every Wednesday. |
ausidEveryThursdayValue: 5 Every Thursday. |
ausidEveryFridayValue: 6 Every Friday. |
ausidEverySaturdayValue: 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
| 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 |