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


SRPutLanguageObjectIntoDataFile

You can use the SRPutLanguageObjectIntoDataFile function to put a language object (and any embedded languages objects it contains) into a data file.

pascal OSErr SRPutLanguageObjectIntoDataFile (
SRLanguageObject languageObject, 
short fRefNum)
languageObject
A language object.
fRefNum
A file reference number of an open data file into which the data describing the specified language object is to be put.
DESCRIPTION
The SRPutLanguageObjectIntoDataFile function puts a description of the language object specified by the languageObject parameter into the data file specified by the fRefNum parameter. Data are written starting at the current file mark, and the file mark is moved to the end of the written data.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
22 JAN 1997