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.
| noErr | No error |
| memFullErr | Insufficient memory to initialize |
| tsmAlreadyRegisteredErr | Application is already TSM-initialized |
| tsmNotAnAppErr | The caller is not an application |
RESULT CODES
SEE ALSO
For sample code that uses the InitTSMAwareApplication function, see Listing 7-1 on page 7-18.