FEEDS_BACKGROUNDSYNC_STATUS Enumerated Type

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

IFeedsManager::BackgroundSyncStatus