ISyncFullEnumerationChangeBatch2 Interface

Represents additional metadata for a set of changes that is created as part of a recovery synchronization.

Syntax

interface ISyncFullEnumerationChangeBatch2 : ISyncFullEnumerationChangeBatch

Members

ISyncFullEnumerationChangeBatch2 method

Description

ISyncFullEnumerationChangeBatch2::AddMergeTombstoneMetadataToGroup

Adds the specified merge tombstone to the group that is currently open.

Remarks

An ISyncFullEnumerationChangeBatch2 object can be obtained by passing IID_ISyncFullEnumerationChangeBatch2 to the QueryInterface method of a change batch object, such as an ISyncFullEnumerationChangeBatch object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components