ISyncConstraintCallback Interface
Represents application callbacks that are used to notify the application of constraint conflict events.
The object that implements ISyncConstraintCallback is passed to Sync Framework in the ISyncSession::RegisterCallback method as an ISyncCallback interface. Because of this, the object that implements ISyncCallback must return an ISyncConstraintCallback object when its QueryInterface method receives IID_ISyncConstraintCallback; otherwise, the ISyncConstraintCallback methods will not be called.
Show: