Important: The information in this document is obsolete and should not be used for new development.
Allocates a converter information structure of type TECInfo in the application heap using NewHandle, fills it out, and returns a handle.
pascal OSStatus TECGetInfo (TECInfoHandle *tecInfo);
When you are finished with the handle, your application must dispose of it using DisposeHandle. You must also perform any required preflighting or memory rearrangement before calling TECGetInfo.