ILoggedConflict::GetConflictKnowledge

Gets the knowledge to be learned if this change is applied.


HRESULT GetConflictKnowledge(
  ISyncKnowledge ** ppConflictKnowledge);

ppConflictKnowledge

[out] Returns the knowledge to be learned if this change is applied.

  • S_OK

  • E_POINTER

If the change that is represented by this conflict is applied to a replica, ppConflictKnowledge must be combined with the knowledge of that replica.

Show: