Click to return to the Content     
SUBSCRIPTIONINFOFLAGS Enu...     SUBSCRIPTIONSTATE Enumera...     Information Delivery Enum...    
Web Workshop  |  Content & Component Delivery

SUBSCRIPTIONSCHEDULE Enumerated Type


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.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Subsmgr.h
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.