FEEDS_DOWNLOAD_STATUS Enumerated Type
Contains flags that are returned from IFeed::DownloadStatus and IFeedEnclosure::DownloadStatus.
Syntax
typedef enum FEEDS_DOWNLOAD_STATUS { FDS_NONE = 0, FDS_PENDING = 1, FDS_DOWNLOADING = 2, FDS_DOWNLOADED = 3, FDS_DOWNLOAD_FAILED = 4 } FEEDS_DOWNLOAD_STATUS;
Constants
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also
IFeed::DownloadEnclosuresAutomatically
Community Additions
ADD
Show: