ISyncChangeBatch::EndUnorderedGroup

Closes a previously opened unordered group in the change batch.


HRESULT EndUnorderedGroup( 
  ISyncKnowledge * pMadeWithKnowledge,
  BOOL fAllChangesForKnowledge);

pMadeWithKnowledge

[in] The made-with knowledge for the changes in the group. Typically, this is the knowledge of the replica that made this group.

fAllChangesForKnowledge

[in] TRUE when all the changes contained in pMadeWithKnowledge are included in this change batch; otherwise, FALSE.

Show: