![]() |
SRRemoveLanguageObject |
||||
Header: | SpeechRecognition.h | Carbon status: | Supported | |
Removes a language object from another language object that contains it.
OSErr SRRemoveLanguageObject ( SRLanguageObject base, SRLanguageObject toRemove );
The language object containing the language object to remove.
The language object to remove.
A result code.
The object specified by the base parameter should be a container one of whose subitems is the object specified by the toRemove parameter.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/10/2000)