ISyncChangeBatchBase::GetRemainingWorkEstimateForSession

Gets the estimate of the remaining work for the session.


HRESULT GetRemainingWorkEstimateForSession(
  DWORD * pdwRemainingWorkForSession);

pdwRemainingWorkForSession

[out] The estimated remaining work for the session. The default value is 0.

  • S_OK

  • E_POINTER

The work estimate is determined by the provider and is typically understood as the remaining work estimated for a session.

This value is reported in the OnProgress event.

Show: