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.
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.