ISyncKnowledge::MapRemoteToLocal
Sync Framework 1.0
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);
Parameters
- 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.