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