Contents

TECPluginConvertTextEncodingPtr

Defines a pointer to a function that convertsstream of text from a source encoding to a destination encoding,using the conversion path specified by the converter object you supply.

Declaration

typedef OSStatus (*TECPluginConvertTextEncodingPtr)(TECObjectRef encodingConverter, TECConverterContextRec *plugContext);

Parameters

  • encodingConverter:

    A reference to the text encoding converter object to use for the conversion.

  • plugContext:

    A pointer to a TEC converter context record that contains the text and other information needed for the conversion.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks