ISyncChange::SetWorkEstimate method (winsync.h)

Sets the work estimate for this change.

Syntax

HRESULT SetWorkEstimate(
  [in] DWORD dwWork
);

Parameters

[in] dwWork

The work estimate for this change.

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.

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.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

ISyncChange Interface