ISyncSessionState2 Interface

Represents additional information about the current synchronization session.

Syntax

interface ISyncSessionState2 : ISyncSessionState

Members

ISyncSessionState2 method

Description

ISyncSessionState2::SetProviderWithError

Indicates which provider caused synchronization to fail.

ISyncSessionState2::GetSessionErrorStatus

Gets the error value that indicates why the synchronization session failed.

Remarks

An ISyncSessionState2 object can be obtained by passing IID_ISyncSessionState2 to the QueryInterface method of an ISyncSessionState object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components