Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Mac OS Runtime Architectures /
Chapter 8 - PEF Structure


The Container Header

The container header contains information about the specific PEF container. The container header data structure is of fixed size (40 bytes) and has the form shown in Listing 8-1.

Listing 8-1 PEF container header data structure

struct PEFContainerHeader {
   OSTypetag1;           
   OSTypetag2;           
   OSTypearchitecture;   
   UInt32formatVersion;  
   UInt32dateTimeStamp;  
   UInt32oldDefVersion;  
   UInt32oldImpVersion;  
   UInt32currentVersion; 
   UInt16sectionCount;   
   UInt16instSectionCount; 
   UInt32reservedA;   
};
The fields in the container header are as follows:


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 MARCH 1997