Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Up Previous Next 

PATH 
Mac OS 8 and 9 Developer Documentation > Text Encoding Conversion Manager
Programming With the Text Encoding Conversion Manager



TECGetInfo

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);
tecInfo
A handle to a structure of type TECInfo containing information about the converter.

function result
A result code. This function can return memory errors. For a list of other possible result codes, see Text Encoding Conversion Manager Result Codes .

DISCUSSION

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.


© 1999 Apple Computer, Inc. – (Last Updated 13 Dec 99)

Up Previous Next