ISyncKnowledge::MapRemoteToLocal

Converts a knowledge object from another replica into one that is compatible with the replica that owns this knowledge.


HRESULT MapRemoteToLocal( 
  ISyncKnowledge *pRemoteKnowledge,
  ISyncKnowledge **ppMappedKnowledge);

pRemoteKnowledge

[in] A knowledge object that is owned by another replica.

ppMappedKnowledge

[out] Returns the knowledge object, converted for use by the replica that owns this knowledge.

  • S_OK

  • E_POINTER

  • E_INVALIDARG

  • E_OUTOFMEMORY

Show: