IFeedEnclosure::CancelAsyncDownload Method

Cancels an asynchronous download.

Syntax

HRESULT CancelAsyncDownload(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Cancels an asynchronous download of the enclosure.

To start an asynchronous download, use IFeedEnclosure::AsyncDownload.

See Also

IFeedEnclosure::AsyncDownload