ISyncChangeWithPrerequisite interface (winsync.h)

Represents metadata about a change that is based on the prerequisite knowledge that is associated with the change.

Inheritance

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

Methods

The ISyncChangeWithPrerequisite interface has these methods.

 
ISyncChangeWithPrerequisite::GetLearnedKnowledgeWithPrerequisite

Gets the knowledge that the destination replica learns when the destination provider applies this change, based on the prerequisite knowledge that is associated with the change.
ISyncChangeWithPrerequisite::GetPrerequisiteKnowledge

Gets the minimum knowledge that a destination provider is required to have to process this change.

Remarks

An ISyncChangeWithPrerequisite object can be obtained by passing IID_ ISyncChangeWithPrerequisite to the QueryInterface method of an ISyncChange object.

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