Carbon


SRRemoveLanguageObject

Header: SpeechRecognition.h Carbon status: Supported

Removes a language object from another language object that contains it.

OSErr SRRemoveLanguageObject (
    SRLanguageObject base, 
    SRLanguageObject toRemove
);
Parameter descriptions
base

The language object containing the language object to remove.

toRemove

The language object to remove.

function result

A result code.

DISCUSSION

The object specified by the base parameter should be a container one of whose subitems is the object specified by the toRemove parameter.

AVAILABILITY

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)