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 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
FDS_NONE
No download was attempted.FDS_PENDING
The download has been queued.FDS_DOWNLOADING
The download is in progress.FDS_DOWNLOADED
The download is complete.FDS_DOWNLOAD_FAILED
An error was encountered.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2
See Also