Share via


ISyncChangeBatchBase::EndOrderedGroup

Closes a previously opened ordered group in the change batch.

HRESULT EndOrderedGroup( 
  const BYTE * pbUpperBound,
  ISyncKnowledge * pMadeWithKnowledge);

Parameters

  • pbUpperBound
    [in] The closed upper bound of item IDs for this ordered group. To specify an upper bound of infinity, use NULL.
  • pMadeWithKnowledge
    [in] The knowledge of the replica that made this group.

Return Value

See Also

Reference

ISyncChangeBatchBase Interface