ISyncSessionExtendedErrorInfo Interface

Represents information about which provider caused synchronization to fail.

Syntax

interface ISyncSessionExtendedErrorInfo : IUnknown

Members

ISyncSessionExtendedErrorInfo method

Description

ISyncSessionExtendedErrorInfo::GetSyncProviderWithError

Returns the ISyncProvider interface of the provider that caused synchronization to fail.

Remarks

An ISyncSessionExtendedErrorInfo object can be obtained by passing IID_ISyncSessionExtendedErrorInfo to the QueryInterface method of an ISyncSession object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components