ISyncChangeBatch::EndUnorderedGroup
Closes a previously opened unordered group in the change batch.
HRESULT EndUnorderedGroup(
ISyncKnowledge * pMadeWithKnowledge,
BOOL fAllChangesForKnowledge);
Parameters
- pMadeWithKnowledge
[in] The made-with knowledge for the changes in the group. Typically, this is the knowledge of the replica that made this group.
- fAllChangesForKnowledge
[in] TRUE when all the changes contained in pMadeWithKnowledge are included in this change batch; otherwise, FALSE.
Return Value
S_OK
SYNC_E_INVALID_OPERATION when no group is open or if an ordered group is open.
SYNC_E_CHANGE_BATCH_IS_READ_ONLY when the ISyncChangeBatch object was created by using IProviderSyncServices::DeserializeChangeBatch.