IReconcilableObject interface (reconcil.h)

Exposes methods that reconcile a given document. The briefcase reconciler is responsible for implementing this interface.

Inheritance

The IReconcilableObject interface inherits from the IUnknown interface. IReconcilableObject also has these types of members:

Methods

The IReconcilableObject interface has these methods.

 
IReconcilableObject::GetProgressFeedbackMaxEstimate

Retrieves an estimated measurement of the amount of work required to complete a reconciliation.
IReconcilableObject::Reconcile

Reconciles the state of an object with one or more other objects. The reconciliation updates the internal state of the object by merging the states of all objects to form a combined state.

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