ISyncChange interface (winsync.h)

Represents a change to an item.

Inheritance

The ISyncChange interface inherits from the IUnknown interface. ISyncChange also has these types of members:

Methods

The ISyncChange interface has these methods.

 
ISyncChange::GetChangeUnits

Gets an object that can enumerate change units that are contained in this change.
ISyncChange::GetChangeVersion

Gets the version that is associated with this change.
ISyncChange::GetCreationVersion

Gets the creation version of the changed item.
ISyncChange::GetFlags

Gets flags that are associated with this change.
ISyncChange::GetLearnedKnowledge

Gets the knowledge that a replica will learn when this change is applied to its item store.
ISyncChange::GetMadeWithKnowledge

Gets the made-with knowledge for this change.
ISyncChange::GetOwnerReplicaId

Gets the ID of the replica that originated this change.
ISyncChange::GetRootItemId

Gets the ID of the changed item.
ISyncChange::GetWorkEstimate

Gets the work estimate for this change.
ISyncChange::SetWorkEstimate

Sets the work estimate for this change.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces