Share via


IChangeApplicationContext::GetConflictKnowledge

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

HRESULT GetConflictKnowledge(
  ISyncKnowledge ** ppConflictKnowledge);

Parameters

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

Return Value

Remarks

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

See Also

Reference

IChangeApplicationContext Interface