Carbon


PEFSectionHeader

Header: PEFBinaryFormat.h

struct PEFSectionHeader {
    SInt32 nameOffset; 
    UInt32 defaultAddress; 
    UInt32 totalLength; 
    UInt32 unpackedLength; 
    UInt32 containerLength; 
    UInt32 containerOffset; 
    UInt8 sectionKind; 
    UInt8 shareKind; 
    UInt8 alignment; 
    UInt8 reservedA;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)