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.
Computes and returns an ISyncKnowledge object that contains knowledge of the items in the loaded feed.
HRESULT GetKnowledge(
ISyncKnowledge ** ppKnowledge);
Parameters
- ppKnowledge
[out, retval] Returns the knowledge of the loaded feed.
Return Value
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION if IFeedSyncServices::Initialize was not called.
Remarks
ppKnowledge contains an empty knowledge object when no feed has been loaded by a prior call to IFeedSyncServices::LoadFeed.