ISyncChangeBatchBase::GetWorkEstimateForBatch
Gets the work estimate for the batch.
HRESULT GetWorkEstimateForBatch(
DWORD * pdwWorkForBatch);
Parameters
- pdwWorkForBatch
[out] Returns the work estimate for the batch. 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 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