Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
RSS
Reference
Interfaces
IXFeedFolderEvents
 FeedDownloadCompleted Method

  Switch on low bandwidth view
IXFeedFolderEvents::FeedDownloadCompleted Method

Occurs when a feed has finished or failed downloading.

Syntax

HRESULT FeedDownloadCompleted(      
    LPCWSTR pszPath,     FEEDS_DOWNLOAD_ERROR fde );

Parameters

pszPath
[in] String that specifies the full path to the feed.
fde
[in] Value from the FEEDS_DOWNLOAD_ERROR enumeration that indicates success or failure.

Return Value

Remarks

The IXFeedFolderEvents::FeedDownloadCompleted event is raised when the platform has finished downloading a feed either successfully, or because an error occurred. The fde parameter indicates either success or the type of error. This same value can be retrieved from IXFeed::LastDownloadError.

Feed items are processed after the feed has been downloaded successfully.

Enclosures are downloaded separately from feeds and do not raise events.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker