IFeedSyncServices::LoadFeed
從指定的資料流載入 FeedSync 摘要。
HRESULT LoadFeed(
IStream * pFeedStream);
參數
- pFeedStream
[in] 包含要載入之 FeedSync 摘要的資料流。
傳回值
S_OK
E_POINTER
E_OUTOFMEMORY
如果未呼叫 IFeedSyncServices::Initialize,則為 SYNC_E_INVALID_OPERATION。
從指定的資料流載入 FeedSync 摘要。
HRESULT LoadFeed(
IStream * pFeedStream);
S_OK
E_POINTER
E_OUTOFMEMORY
如果未呼叫 IFeedSyncServices::Initialize,則為 SYNC_E_INVALID_OPERATION。