Carbon


PEFImportedLibrary

Header: PEFBinaryFormat.h

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

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