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);
Parameters
- 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.
Return Value
S_OK
E_OUTOFMEMORY
E_POINTER
SYNC_E_INVALID_OPERATION when this method is called more than one time.
See Also
Reference
ISyncChangeBatchAdvanced Interface
ISyncKnowledge::GetReplicaKeyMap
IReplicaKeyMap Interface