ISyncCallback::OnConflict
Occurs when a concurrency conflict is detected when the concurrency conflict resolution policy is set to CRP_NONE.
This notification can be used by an application to perform custom conflict resolution for concurrency conflicts. To accomplish this, the application inspects and processes the contents of pConflict, and then sets the resolution action for the conflict by calling IChangeConflict::SetResolveActionForChange before it returns from this method.
Show: