SUBSCRIPTIONSCHEDULE enumeration
Obsolete. Contains the values that describe the subscription update frequency.
Syntax
typedef enum SUBSCRIPTIONSCHEDULE {
SUBSSCHED_AUTO = 0,
SUBSSCHED_DAILY = 1,
SUBSSCHED_WEEKLY = 2,
SUBSSCHED_CUSTOM = 3,
SUBSSCHED_MANUAL = 4
} SUBSCRIPTIONSCHEDULE;
Constants
SUBSSCHED_AUTO
Automatically schedule updates.SUBSSCHED_DAILY
Update the subscription daily.SUBSSCHED_WEEKLY
Update the subscription weekly.SUBSSCHED_CUSTOM
Update the subscription using a custom schedule.SUBSSCHED_MANUAL
Update the subscription manually.
Remarks
Windows Internet Explorer 7 and later. This information is obsolete and should not be used.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Subsmgr.h |