Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 3.41 KB

nf-winsync-isyncchangebatchbase-setremainingworkestimateforsession.md

File metadata and controls

95 lines (76 loc) · 3.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winsync.ISyncChangeBatchBase.SetRemainingWorkEstimateForSession
ISyncChangeBatchBase::SetRemainingWorkEstimateForSession (winsync.h)
Sets the estimate of the remaining work for the session.
ISyncChangeBatchBase interface [Windows Sync]
SetRemainingWorkEstimateForSession method
ISyncChangeBatchBase.SetRemainingWorkEstimateForSession
ISyncChangeBatchBase::SetRemainingWorkEstimateForSession
SetRemainingWorkEstimateForSession
SetRemainingWorkEstimateForSession method [Windows Sync]
SetRemainingWorkEstimateForSession method [Windows Sync]
ISyncChangeBatchBase interface
winsync.isyncchangebatchbase_setremainingworkestimateforsession
winsync/ISyncChangeBatchBase::SetRemainingWorkEstimateForSession
winsync\isyncchangebatchbase_setremainingworkestimateforsession.htm
winsync
f73d13d9-244e-4ec1-aacd-047331b13a4d
12/05/2018
ISyncChangeBatchBase interface [Windows Sync],SetRemainingWorkEstimateForSession method, ISyncChangeBatchBase.SetRemainingWorkEstimateForSession, ISyncChangeBatchBase::SetRemainingWorkEstimateForSession, SetRemainingWorkEstimateForSession, SetRemainingWorkEstimateForSession method [Windows Sync], SetRemainingWorkEstimateForSession method [Windows Sync],ISyncChangeBatchBase interface, winsync.isyncchangebatchbase_setremainingworkestimateforsession, winsync/ISyncChangeBatchBase::SetRemainingWorkEstimateForSession
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
ISyncChangeBatchBase::SetRemainingWorkEstimateForSession
winsync/ISyncChangeBatchBase::SetRemainingWorkEstimateForSession
c++
APIRef
kbSyntax
COM
winsync.h
ISyncChangeBatchBase.SetRemainingWorkEstimateForSession

ISyncChangeBatchBase::SetRemainingWorkEstimateForSession

-description

Sets the estimate of the remaining work for the session.

-parameters

-param dwRemainingWorkForSession [in]

The estimate of the remaining work for the session.

-returns

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 determined by the provider.

This value is reported in the OnProgress event. If this value is set to zero, the OnProgress event will fire for each change that is applied during the session. It will pass zero for the completed work and total work.

-see-also

ISyncCallback Interface

ISyncChangeBatchBase Interface