IFeedEnclosure::DownloadStatus Property
Retrieves the current download status of the feed or enclosure.
Syntax
HRESULT IFeedEnclosure::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