ISyncChangeBatchBase::SetWorkEstimateForBatch

Sets the work estimate for the batch.

Syntax

HRESULT SetWorkEstimateForBatch(
  DWORD dwWorkForBatch);

Parameters

  • dwWorkForBatch
    [in] The work estimate for the batch.

Return Value

  • S_OK

Remarks

The work estimate is determined by the provider and is typically understood as the total work for all changes in a single batch and as a portion of the total work estimated for the session.

This value is reported in the OnProgress event.

See Also

Reference

ISyncChangeBatchBase Interface

Concepts

Reporting Synchronization Progress