Edit

Share via


ISyncFullEnumerationChange interface (winsync.h)

Represents additional information about an ISyncChange object during recovery synchronization.

Inheritance

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

Methods

The ISyncFullEnumerationChange interface has these methods.

 
ISyncFullEnumerationChange::GetLearnedForgottenKnowledge

Gets the forgotten knowledge that the destination replica learns when the destination provider applies this change during recovery synchronization.
ISyncFullEnumerationChange::GetLearnedKnowledgeAfterRecoveryComplete

Gets the knowledge the destination replica will learn after it applies the changes in the full enumeration.

Remarks

To obtain an ISyncFullEnumerationChange object, pass IID_ISyncFullEnumerationChange to the QueryInterface method of an ISyncChange object during recovery synchronization.

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

ISyncChange Interface

Windows Sync Interfaces