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 / Manipulating Language Objects


SRRemoveLanguageObject

You can use the SRRemoveLanguageObject function to remove a language object from another language object that contains it.

pascal OSErr SRRemoveLanguageObject (
SRLanguageObject base, 
SRLanguageObject toRemove);
base
A language object.
toRemove
A language object.
DESCRIPTION
The SRRemoveLanguageObject function removes the language object specified by the toRemove parameter from the language object specified by the base parameter. The object specified by the base parameter should be a container one of whose subitems is the object specified by the toRemove parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997