IXFeedEnclosure::DownloadStatus Method

Returns the current download status of the enclosure.

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

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IXFeedEnclosure::LastDownloadError