IFeedSyncServices::LoadChangeData
Carica i dati per un elemento specificato dal feed caricato.
HRESULT LoadChangeData(
ILoadChangeContext * pLoadChangeContext,
IUnknown ** ppData);
Parametri
- pLoadChangeContext
[in] Informazioni sull'elemento da caricare.
- ppData
[out] Restituisce un oggetto che può essere utilizzato per caricare i dati dell'elemento.
Valore restituito
S_OK
E_INVALIDARG
E_OUTOFMEMORY
SYNC_E_INVALID_OPERATION se IFeedSyncServices::Initialize non è stato chiamato oppure se un feed non è stato caricato tramite IFeedSyncServices::LoadFeed.
Osservazioni
Nell'implementazione di Sync Services for FeedSync di questo metodo, ppData restituisce un oggetto IXMLDOMElement che contiene i dati dell'elemento.