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.
Retrieves the current download status of the feed or enclosure.
Syntax
HRESULT IFeed::get_DownloadStatus(FEEDS_DOWNLOAD_STATUS *status);
Parameters
- status
Pointer to a variable of type FEEDS_DOWNLOAD_STATUS that receives the download status.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also