ISyncKnowledge::Clone

Creates a new instance of this object, and copies the data from this object to the new object.


HRESULT Clone(
  ISyncKnowledge ** ppClonedKnowledge);

ppClonedKnowledge

[out] Returns the newly created knowledge object.

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

The cloned knowledge object can be used independently of the original.

Show: