ISyncChange::GetWorkEstimate method (winsync.h)
Gets the work estimate for this change.
Syntax
HRESULT GetWorkEstimate(
[out] DWORD *pdwWork
);
Parameters
[out] pdwWork
The work estimate for this change. The default value is zero.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Invalid 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.
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 |