Important: The information in this document is obsolete and should not be used for new development.
InitTSMAwareApplication
The InitTSMAwareApplication function informs the Text Services Manager that your application is TSM-aware.
FUNCTION InitTSMAwareApplication: OSErr;DESCRIPTION
The Text Services Manager notes that your application is TSM-aware by allocating the necessary data in its internal data structures.
RESULT CODES
noErr No error memFullErr Insufficient memory to initialize tsmAlreadyRegisteredErr Application is already TSM-initialized tsmNotAnAppErr The caller is not an application SEE ALSO
For sample code that uses the InitTSMAwareApplication function, see Listing 7-1 on page 7-18.