ILoggedConflict::GetConflictKnowledge
Gets the knowledge to be learned if this change is applied.
HRESULT GetConflictKnowledge(
ISyncKnowledge ** ppConflictKnowledge);
Parameters
- ppConflictKnowledge
[out] Returns the knowledge to be learned if this change is applied.
Return Value
S_OK
E_POINTER
Remarks
If the change that is represented by this conflict is applied to a replica, ppConflictKnowledge must be combined with the knowledge of that replica.