Important: The information in this document is obsolete and should not be used for new development.
SRPutLanguageObjectIntoDataFile
You can use theSRPutLanguageObjectIntoDataFilefunction 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
TheSRPutLanguageObjectIntoDataFilefunction puts a description of the language object specified by thelanguageObjectparameter into the data file specified by thefRefNumparameter. Data are written starting at the current file mark, and the file mark is moved to the end of the written data.