ISyncChangeBatchBase::GetWorkEstimateForBatch

Gets the work estimate for the batch.


HRESULT GetWorkEstimateForBatch(
  DWORD * pdwWorkForBatch);

pdwWorkForBatch

[out] Returns the work estimate for the batch. The default value is 0.

  • S_OK

  • E_POINTER

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.

Show: