IFeedSyncServices::LoadFeed
Loads a FeedSync feed from the specified stream.
HRESULT LoadFeed(
IStream * pFeedStream);
Parameters
- pFeedStream
[in] The stream that contains the FeedSync feed to load.
Return Value
S_OK
E_POINTER
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION if IFeedSyncServices::Initialize was not called.