IFeedSyncServices::GetKnowledge
Calcola e restituisce un oggetto ISyncKnowledge che contiene la conoscenza degli elementi nel feed caricato.
HRESULT GetKnowledge(
ISyncKnowledge ** ppKnowledge);
Parametri
- ppKnowledge
[out, retval] Restituisce la conoscenza del feed caricato.
Valore restituito
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION se IFeedSyncServices::Initialize non è stato chiamato.
Osservazioni
ppKnowledge contiene un oggetto conoscenza vuoto quando non è stato caricato alcun feed da una chiamata precedente a IFeedSyncServices::LoadFeed.