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 work estimate for the batch.
Syntax
HRESULT SetWorkEstimateForBatch(
DWORD dwWorkForBatch);
Parameters
- dwWorkForBatch
[in] The work estimate for the batch.
Return Value
- S_OK
Remarks
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.
See Also
Reference
ISyncChangeBatchBase Interface