Carbon


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
);
Parameter descriptions
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.

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.

AVAILABILITY

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)