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.
Contains flags that describe the state of the Feed Download Engine.
Syntax
typedef enum FEEDS_BACKGROUNDSYNC_STATUS { FBSS_DISABLED = 0, FBSS_ENABLED = 1 } FEEDS_BACKGROUNDSYNC_STATUS;
Constants
FBSS_DISABLED
Background synchronization is disabled.FBSS_ENABLED
Background synchronization is enabled.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also