Important: The information in this document is obsolete and should not be used for new development.
SRCloseRecognitionSystem
You should use theSRCloseRecognitionSystem
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
TheSRCloseRecognitionSystem
function closes the recognition system specified by thesystem
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.