Carbon


PEFImportedLibrary

Header: PEFBinaryFormat.h

struct PEFImportedLibrary {
    UInt32 nameOffset; 
    UInt32 oldImpVersion; 
    UInt32 currentVersion; 
    UInt32 importedSymbolCount; 
    UInt32 firstImportedSymbol; 
    UInt8 options; 
    UInt8 reservedA; 
    UInt16 reservedB;
};

Field descriptions

nameOffset
oldImpVersion
currentVersion
importedSymbolCount
firstImportedSymbol
options
reservedA
reservedB


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