Carbon


PEFContainerHeader

Header: PEFBinaryFormat.h

struct PEFContainerHeader {
    OSType tag1; 
    OSType tag2; 
    OSType architecture; 
    UInt32 formatVersion; 
    UInt32 dateTimeStamp; 
    UInt32 oldDefVersion; 
    UInt32 oldImpVersion; 
    UInt32 currentVersion; 
    UInt16 sectionCount; 
    UInt16 instSectionCount; 
    UInt32 reservedA;
};

Field descriptions

tag1
tag2
architecture
formatVersion
dateTimeStamp
oldDefVersion
oldImpVersion
currentVersion
sectionCount
instSectionCount
reservedA


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)