ISyncChangeBatchBase::BeginOrderedGroup
Opens an ordered group in the change batch. This group is ordered by item ID.
S_OK
SYNC_E_INVALID_OPERATION when a group is already open or an empty group was previously added to the batch.
SYNC_E_CHANGE_BATCH_IS_READ_ONLY when the ISyncChangeBatchBase object was created by using IProviderSyncServices::DeserializeChangeBatch or IProviderSyncServices::DeserializeFullEnumerationChangeBatch, or when the object is an ISyncFullEnumerationChangeBatch object and a group has already been added to the batch.
SYNC_E_RANGE_OUT_OF_ORDER when the object is an ISyncFullEnumerationChangeBatch object and pbLowerBound is greater than the lower bound ID that was used to create the batch.
Show: