ISimpleDataConverter Interface
Deprecated. Allows a data provider to participate in converting its data from one type to another.
ISimpleDataConverter Members
CanConvertData Called by MSHTML to determine whether the data provider is capable of converting the specified data from one format to another. ConvertData Called by MSHTML to allow the data provider to convert the specified data from one format to another.
Remarks
Note Windows Internet Explorer 7. This interface is no longer available.
If a data source object (DSO) uses IDataSource, the ISimpleDataConverter can also be used.
Interface Information
Stock Implementation None Custom Implementation Yes Inherits from IUnknown Header simpdc.h Minimum availability Internet Explorer 5 Minimum operating systems Windows 95, Windows NT 4.0
See Also