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.


interface ISyncDataConversionControl : IUnknown

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.

Header: synchronization.h

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

Show: