IXFeed::DownloadStatus Method
Returns the current download status of the feed.
Syntax
HRESULT DownloadStatus( FEEDS_DOWNLOAD_STATUS *pfds );
Parameters
- pfds
[out] Pointer to a variable of type FEEDS_DOWNLOAD_STATUS that receives the status of the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also