Contents Index Topic Contents | ||
Previous Topic: IReconcilableObject Next Topic: IReconcilableObject::Reconcile |
IReconcilableObject::GetProgressFeedbackMaxEstimate
HRESULT IReconcilableObject::GetProgressFeedbackMaxEstimate( IMoniker ** pulProgressMax );Retrieves an estimated measurement of the amount of work required to complete a reconciliation. Reconcilers typically use this method to estimate the work needed to reconcile an embedded document. This value corresponds to a similar value that is passed with the IReconcileInitiator::SetProgressFeedback method during reconciliation.
- Returns S_OK if successful, or one of the following error values otherwise:
OLE_E_NOTRUNNING The object is an OLE embedded document that must be run before this operation can be carried out. The object state is unchanged as a result of the call. E_UNEXPECTED Unspecified error.
- pulProgressMax
- Address of the variable to receive the work estimate value.
See also IReconcilableObject
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.