ISyncChangeBatchBase::EndOrderedGroup
Closes a previously opened ordered group in the change batch.
S_OK
SYNC_E_INVALID_OPERATION when no group is open or an unordered group is open.
SYNC_E_RANGE_OUT_OF_ORDER when pbUpperBound is less than the ID of the last item that was added to the group.
SYNC_E_CHANGE_BATCH_IS_READ_ONLY when the ISyncChangeBatchBase object was created by using IProviderSyncServices::DeserializeChangeBatch or IProviderSyncServices::DeserializeFullEnumerationChangeBatch.
Show: