![]() |
TECGetInfo |
||||
Header: | TextCommon.h | Carbon status: | Supported | |
Allocates a converter information structure of type TECInfo in the application heap using NewHandle, fills it out, and returns a handle.
OSStatus TECGetInfo ( TECInfoHandle *tecInfo );
A handle to a structure of type TECInfo containing information about the converter.
A result code. This function can return memory errors.
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.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)