Important: The information in this document is obsolete and should not be used for new development.
SRRemoveLanguageObject
You can use theSRRemoveLanguageObject
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
TheSRRemoveLanguageObject
function removes the language object specified by thetoRemove
parameter from the language object specified by thebase
parameter. The object specified by thebase
parameter should be a container one of whose subitems is the object specified by thetoRemove
parameter.