IChangeApplicationContext::GetConflictKnowledge

Gets the knowledge to be saved when this change is a conflict that must be saved.


HRESULT GetConflictKnowledge(
  ISyncKnowledge ** ppConflictKnowledge);

ppConflictKnowledge

[out] Returns the knowledge to be saved when this change is a conflict that must be saved.

The knowledge returned in ppConflictKnowledge must be saved along with the metadata for the conflict.

Show: