Contents

TECPluginClearContextInfoPtr

Defines a pointer to a function that resets aconverter object to its initial state.

Declaration

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

Parameters

  • encodingConverter:

    A reference to the text encoding converter object that needs to be reset.

  • plugContext:

    A pointer to a TEC converter context record.

Return Value

A resultcode. See Result Codes.

See Also

Callbacks