Skip to content

Latest commit

 

History

History
115 lines (94 loc) · 4.35 KB

nf-winsync-isyncchangebatchadvanced-convertfullenumerationchangebatchtoregularchangebatch.md

File metadata and controls

115 lines (94 loc) · 4.35 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.ISyncChangeBatchAdvanced.ConvertFullEnumerationChangeBatchToRegularChangeBatch
ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch (winsync.h)
Converts an ISyncFullEnumerationChangeBatch object to an ISyncChangeBatch object.
ConvertFullEnumerationChangeBatchToRegularChangeBatch
ConvertFullEnumerationChangeBatchToRegularChangeBatch method [Windows Sync]
ConvertFullEnumerationChangeBatchToRegularChangeBatch method [Windows Sync]
ISyncChangeBatchAdvanced interface
ISyncChangeBatchAdvanced interface [Windows Sync]
ConvertFullEnumerationChangeBatchToRegularChangeBatch method
ISyncChangeBatchAdvanced.ConvertFullEnumerationChangeBatchToRegularChangeBatch
ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
winsync.isyncchangebatchadvanced_convertfullenumerationchangebatchtoregularchangebatch
winsync/ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
winsync\isyncchangebatchadvanced_convertfullenumerationchangebatchtoregularchangebatch.htm
winsync
073369ab-232e-410f-b6f1-c43bf15cc652
12/05/2018
ConvertFullEnumerationChangeBatchToRegularChangeBatch, ConvertFullEnumerationChangeBatchToRegularChangeBatch method [Windows Sync], ConvertFullEnumerationChangeBatchToRegularChangeBatch method [Windows Sync],ISyncChangeBatchAdvanced interface, ISyncChangeBatchAdvanced interface [Windows Sync],ConvertFullEnumerationChangeBatchToRegularChangeBatch method, ISyncChangeBatchAdvanced.ConvertFullEnumerationChangeBatchToRegularChangeBatch, ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch, winsync.isyncchangebatchadvanced_convertfullenumerationchangebatchtoregularchangebatch, winsync/ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
winsync/ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch
c++
APIRef
kbSyntax
COM
winsync.h
ISyncChangeBatchAdvanced.ConvertFullEnumerationChangeBatchToRegularChangeBatch

ISyncChangeBatchAdvanced::ConvertFullEnumerationChangeBatchToRegularChangeBatch

-description

Converts an ISyncFullEnumerationChangeBatch object to an ISyncChangeBatch object.

-parameters

-param ppChangeBatch [out]

Returns this change batch object, which is represented as an ISyncChangeBatch object.

-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.
E_POINTER
Invalid pointer.
SYNC_E_INVALID_OPERATION
This change batch object is not an ISyncFullEnumerationChangeBatch object.

-see-also

ISyncChangeBatch Interface

ISyncChangeBatchAdvanced Interface

ISyncFullEnumerationChangeBatch Interface