Carbon


SRPutLanguageObjectIntoDataFile

Header: SpeechRecognition.h Carbon status: Supported

Puts a language object (and any embedded language objects it contains) into a data file.

OSErr SRPutLanguageObjectIntoDataFile (
    SRLanguageObject languageObject, 
    SInt16 fRefNum
);
Parameter descriptions
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.

function result

A result code.

DISCUSSION

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.

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)