Share via


ISyncChangeBatchBase::BeginOrderedGroup

Opens an ordered group in the change batch. This group is ordered by item ID.

HRESULT BeginOrderedGroup( 
  const BYTE * pbLowerBound);

Parameters

  • pbLowerBound
    [in] The closed lower bound of item IDs for this ordered group. To specify a lower bound of 0, use NULL.

Return Value

Remarks

Item changes that are added to the change batch after this method is called are added to the open group. Item changes that are added to an ordered group must be added in increasing order by item ID.

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

See Also

Reference

ISyncChangeBatchBase Interface