ISyncKnowledge::Clone
Creates a new instance of this object, and copies the data from this object to the new object.
HRESULT Clone(
ISyncKnowledge ** ppClonedKnowledge);
Parameters
- ppClonedKnowledge
[out] Returns the newly created knowledge object.
Return Value
S_OK
E_INVALIDARG
E_OUTOFMEMORY
Remarks
The cloned knowledge object can be used independently of the original.