ISyncChangeBatchBase::EndOrderedGroup

Closes a previously opened ordered group in the change batch.


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

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.

Show: