IReconcilableObject
The IReconcilableObject
interface carries out the reconciliation of a document. The briefcase
reconciler is responsible for implementing this interface.
Methods in Vtable Order
IUnknown
Methods |
Description |
QueryInterface |
Returns
pointers to supported interfaces. |
AddRef |
Increments
reference count. |
Release |
Decrements
reference count. |
IReconcilableObject
Methods |
Description |
GetProgressFeedbackMaxEstimate |
Receives
estimate of work required to complete a reconciliation. |
Reconcile |
Reconciles
the state of an object with one or more other objects. |