Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Sets the estimate of the remaining work for the session.
Syntax
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