Skip to content

Latest commit

 

History

History
106 lines (90 loc) · 2.87 KB

nf-winsync-isyncchangebatch-beginunorderedgroup.md

File metadata and controls

106 lines (90 loc) · 2.87 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.ISyncChangeBatch.BeginUnorderedGroup
ISyncChangeBatch::BeginUnorderedGroup (winsync.h)
Opens an unordered group in the change batch. Item changes in this group can be in any order.
BeginUnorderedGroup
BeginUnorderedGroup method [Windows Sync]
BeginUnorderedGroup method [Windows Sync]
ISyncChangeBatch interface
ISyncChangeBatch interface [Windows Sync]
BeginUnorderedGroup method
ISyncChangeBatch.BeginUnorderedGroup
ISyncChangeBatch::BeginUnorderedGroup
winsync.isyncchangebatch_beginunorderedgroup
winsync/ISyncChangeBatch::BeginUnorderedGroup
winsync\isyncchangebatch_beginunorderedgroup.htm
winsync
8d44451a-9150-4b2c-b126-d4fa90c2e192
12/05/2018
BeginUnorderedGroup, BeginUnorderedGroup method [Windows Sync], BeginUnorderedGroup method [Windows Sync],ISyncChangeBatch interface, ISyncChangeBatch interface [Windows Sync],BeginUnorderedGroup method, ISyncChangeBatch.BeginUnorderedGroup, ISyncChangeBatch::BeginUnorderedGroup, winsync.isyncchangebatch_beginunorderedgroup, winsync/ISyncChangeBatch::BeginUnorderedGroup
winsync.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
ISyncChangeBatch::BeginUnorderedGroup
winsync/ISyncChangeBatch::BeginUnorderedGroup
c++
APIRef
kbSyntax
COM
winsync.h
ISyncChangeBatch.BeginUnorderedGroup

ISyncChangeBatch::BeginUnorderedGroup

-description

Opens an unordered group in the change batch. Item changes in this group can be in any order.

-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.
SYNC_E_INVALID_OPERATION
A group is already open or an empty group was previously added to the batch.
SYNC_E_CHANGE_BATCH_IS_READ_ONLY

-remarks

Item changes that are added to the change batch after this method is called are added to the open group.

Item changes cannot be added to the change batch until a group is opened.

-see-also

ISyncChangeBatch Interface