ISyncChangeBatchAdvanced::RemapKnowledges

Remaps all knowledge objects that are contained in the change batch so that they are relative to the replica key map of the specified knowledge.


HRESULT RemapKnowledges(
  ISyncKnowledge * pMappedKnowledge);

pMappedKnowledge

[in] The knowledge objects that are contained in this change batch are converted so that they are relative to the replica key map that is contained in this knowledge object.

  • S_OK

  • E_OUTOFMEMORY

  • E_POINTER

  • SYNC_E_INVALID_OPERATION when this method is called more than one time.

Show: