IXFeedEnclosure::LastDownloadError Method

Returns the last download error of the enclosure.

Syntax

HRESULT LastDownloadError(
    FEEDS_DOWNLOAD_ERROR *pfde
);

Parameters

  • pfde
    [out] Pointer to a variable of type FEEDS_DOWNLOAD_ERROR that receives the last download error.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IXFeedEnclosure::DownloadStatus