ISyncSessionState interface (winsync.h)

Represents information about the current synchronization session.

Inheritance

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

Methods

The ISyncSessionState interface has these methods.

 
ISyncSessionState::GetForgottenKnowledgeRecoveryRangeEnd

Gets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.
ISyncSessionState::GetForgottenKnowledgeRecoveryRangeStart

Gets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.
ISyncSessionState::GetInfoForChangeApplication

Retrieves stored data for a serialized change applier.
ISyncSessionState::IsCanceled

Indicates whether the synchronization session has been canceled.
ISyncSessionState::LoadInfoFromChangeApplication

Stores data for a serialized change applier.
ISyncSessionState::OnProgress

Reports synchronization progress to the application.
ISyncSessionState::SetForgottenKnowledgeRecoveryRange

Sets the recovery range when the session is performing forgotten knowledge recovery.

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