IReconcileInitiator
The IReconcileInitiator
interface provides 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.
Methods in Vtable Order
|
IUnknown
Methods |
Description |
|
QueryInterface |
Returns
pointers to supported interfaces. |
|
AddRef |
Increments
reference count. |
|
Release |
Decrements
reference count. |
|
IReconcileInitiator
Methods |
Description |
|
SetAbortCallback |
Sets the
object through which the initiator can terminate a reconciliation. |
|
SetProgressFeedback |
Indicates
the amount of progress in the reconciliation. |