Important: The information in this document is obsolete and should not be used for new development.
The Edition Container Record
An edition container record identifies a specific edition file. Many Edition Manager routines require an edition container record as a parameter. TheEditionContainerSpec
data type defines an edition container record.
TYPE EditionContainerSpec = RECORD theFile: FSSpec; {file containing edition } { data} theFileScript: ScriptCode; {script code of filename} thePart: LongInt; {which part of file, } { always kPartsNotUsed} thePartName: Str31; {reserved} thePartScript: ScriptCode; {reserved} END;
Field Description
theFile
- A file specificiation record that identifies the name and location of the edition file. Specify the file using the standard conventions for file specification records as described in the chapter "Introduction to File Management" in Inside Macintosh: Files.
theFileScript
- A script code that identifies the script in which the name of the document is to be displayed in the Finder. A script code of
smSystemScript
represents the default system script.thePart
- A value that must always be set to
kPartsNotUsed
in System 7.thePartName
- Reserved.
thePartScript
- Reserved.