Share via


ISyncChangeBatch::EndUnorderedGroup

Closes a previously opened unordered group in the change batch.

Syntax

HRESULT EndUnorderedGroup( 
  ISyncKnowledge * pMadeWithKnowledge,
  BOOL fAllChangesForKnowledge);

Parameters

  • 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.

Return Value

See Also

Reference

ISyncChangeBatch Interface