Share via


ISyncChange::GetWorkEstimate

Gets the work estimate for this change.

HRESULT GetWorkEstimate(
  DWORD * pdwWork);

Parameters

Parameter Description

pdwWork

[out] The work estimate for this change. The default value is 0.

Return Value

  • S_OK

  • E_POINTER

Remarks

The work estimate is a part of the total work that is estimated for the batch or the session.

The work estimate is only meaningful when the ISyncChange object represents a change from the source provider.

See Also

Reference

ISyncChange Interface