ISyncDataConversionControl::SetDestinationDataConverter

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


HRESULT SetDestinationDataConverter(
  ISyncDataConverter *pDestinationDataConverter);

pDestinationDataConverter

[in] An ISyncDataConverter object that represents the data converter for the destination provider.

  • S_OK

  • E_POINTER

Show: