Contents

TECDisposeConverter

Disposes of a converter object.

Declaration

OSStatus TECDisposeConverter(TECObjectRef newEncodingConverter);

Parameters

Return Value

A resultcode. See Result Codes.

Discussion

If you want to reuse the converter object for a differenttext stream with the same source and destination encoding, you shouldclear the converter object using the TECClearConverterContextInfo functionrather than disposing of it and then creating a new converter object.

See Also

Creating and Deleting Converter Objects