ISyncDataConversionControl::SetSourceDataConverter
Sets the data converter for the source provider. This enables the conversion of data to and from the source provider’s data format.
HRESULT SetSourceDataConverter(
ISyncDataConverter *pSourceDataConverter);
Parameters
- pSourceDataConverter
[in] An ISyncDataConverter object that represents the data converter for the source provider.
Return Value
S_OK
E_POINTER
See Also
Reference
ISyncDataConversionControl Interface