Important: The information in this document is obsolete and should not be used for new development.
Gets the list of destination encodings specified in TECCreateOneToManyConverter.
pascal OSStatus TECGetEncodingList(
The TECGetEncodingList function returns a list of destination encodings from a converter object created by TECCreateOneToManyConverter. The function returns the number of destination encodings and a handle to an array of text encoding specifications.
IMPORTANT
The TECDisposeConverter function automatically disposes of the handle, so you do not need to do so yourself. This also means that you should not attempt to reference the handle after you have disposed of the converter object.
Plug-ins that handle one-to-many conversions use the TECGetEncodingList function to get the output encoding list from the converter object reference.
The function TECDisposeConverter