ISyncChangeBatchBase::GetRemainingWorkEstimateForSession
Gets the estimate of the remaining work for the session.
HRESULT GetRemainingWorkEstimateForSession(
DWORD * pdwRemainingWorkForSession);
Parameters
- pdwRemainingWorkForSession
[out] The estimated remaining work for the session. The default value is 0.
Return Value
S_OK
E_POINTER
Remarks
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.
See Also
Reference
ISyncChangeBatchBase Interface