ISyncDataConversionControl Interface

Represents the data converters that are used during a synchronization session. In some situations, only one converter is necessary. Therefore, you are not required to set a converter for both providers.

Syntax

interface ISyncDataConversionControl : IUnknown

Members

ISyncDataConversionControl method

Description

ISyncDataConversionControl::SetSourceDataConverter

Sets the data converter for the source provider, which enables the conversion of data to and from the source provider’s data format.

ISyncDataConversionControl::SetDestinationDataConverter

Sets the data converter for the destination provider, which enables the conversion of data to and from the destination provider’s data format.

Requirements

Header: synchronization.h

Remarks

ISyncDataConversionControl can be queried from an ISyncSession object after that object has been created.

See Also

Concepts

Converting Data Between Providers

Sync Framework Core Components