IReconcileInitiator interface (reconcil.h)
Exposes methods that provide the briefcase reconciler with the means to notify the initiator of its progress, to set a termination object, and to request a given version of a document. The initiator is responsible for implementing this interface.
Inheritance
The IReconcileInitiator interface inherits from the IUnknown interface. IReconcileInitiator also has these types of members:
Methods
The IReconcileInitiator interface has these methods.
IReconcileInitiator::SetAbortCallback Sets the object through which the initiator can asynchronously terminate a reconciliation. A briefcase reconciler typically sets this object for reconciliations that are lengthy or involve user interaction. |
IReconcileInitiator::SetProgressFeedback Indicates the amount of progress the briefcase reconciler has made toward completing the reconciliation. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | reconcil.h |