Legacy Documentclose button

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

Previous Book Contents Book Index Next

Inside Macintosh: Speech Recognition Manager /
Chapter 1 - Speech Recognition Manager / Speech Recognition Manager Reference
Speech Recognition Manager Routines / Opening and Closing Recognition Systems


SRCloseRecognitionSystem

You should use the SRCloseRecognitionSystem function to close a recognition system when your application is finished using it (for example, just before your application quits).

pascal OSErr SRCloseRecognitionSystem (SRRecognitionSystem system);
system
A recognition system.
DESCRIPTION
The SRCloseRecognitionSystem function closes the recognition system specified by the system parameter. If any speech objects are still attached to that recognition system, they are disposed of and any references you have to those objects are thereby rendered invalid.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997