ISyncChangeBatchBase::SetRemainingWorkEstimateForSession

Sets the estimate of the remaining work for the session.

HRESULT SetRemainingWorkEstimateForSession(
  DWORD dwRemainingWorkForSession);

Parameters

  • dwRemainingWorkForSession
    [in] The estimate of the remaining work for the session.

Return Value

  • S_OK

Remarks

The work estimate is determined by the provider.

This value is reported in the OnProgress event. If this value is set to 0, the OnProgress event will fire for each change that is applied during the session. It will pass 0 for the completed work and total work.

See Also

Reference

ISyncChangeBatchBase Interface

Concepts

Reporting Synchronization Progress