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.
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