IReconcilableObject::GetProgressFeedbackMaxEstimateIReconcilableObject::GetProgressFeedbackMaxEstimate*
*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.

pulProgressMax
Address of the variable to receive the work estimate value.

See also IReconcilableObject


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.