Important: The information in this document is obsolete and should not be used for new development.
Format of a Typical Chapter
Almost all chapters in this book follow a standard structure. For example, the chapter "Resource Manager" contains these sections:
- "Introduction to Resources." This section presents a general introduction to resources, resource types, and resource forks.
- "About the Resource Manager." This section provides an overview of the features provided by the Resource Manager.
- "Using the Resource Manager." This section describes the tasks you can accomplish using the Resource Manager. It describes how to use the most common routines, gives related user interface information, provides code samples, and supplies additional information.
- "Resource Manager Reference." This section provides a complete reference
to the Resource Manager by describing the data structures, routines, and resources it uses. Each routine description also follows a standard format, which presents the routine declaration followed by a description of every parameter of the routine. Some routine descriptions also give additional descriptive information, such as assembly-language information or
result codes.- "Summary of the Resource Manager." This section provides the Pascal and
C interfaces for the constants, data structures, routines, and result codes associated with the Resource Manager. It also includes relevant assembly- language interface information.