IFeedXMLDocumentLoader::LoadFeedFromXMLDocument

Loads a FeedSync feed from the specified IXMLDOMDocument2 object.


HRESULT LoadFeedFromXMLDocument(
  IXMLDOMDocument2 * pFeedXmlDocument);

pFeedXmlDocument

[in] An IXMLDOMDocument2 that contains the FeedSync feed to load.

  • S_OK

  • E_POINTER

  • SYNC_E_INVALID_OPERATION if the IFeedSyncServices object that implements the IFeedXMLDocumentLoader interface is not initialized.

  • E_OUTOFMEMORY

Show: