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 last download error.
Syntax
HRESULT IFeedEnclosure::get_LastDownloadError(FEEDS_DOWNLOAD_ERROR *error);
Parameters
- error
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