Carbon


CMMInfo

Header: CMApplication.h

struct CMMInfo {
    UInt32 dataSize; 
    OSType CMMType; 
    OSType CMMMfr; 
    UInt32 CMMVersion; 
    UInt8 ASCIIName[32]; 
    UInt8 ASCIIDesc[256]; 
    UniCharCount UniCodeNameCount; 
    UniChar UniCodeName[32]; 
    UniCharCount UniCodeDescCount; 
    UniChar UniCodeDesc[256]; 
    UInt16 TPLFMT_BKSZ; 
    UInt32 TPLFMT_NBLOCKS; 
    UInt32 TPLFMT_EDCLOC; 
    const     UInt16 *encoding; 
        SInt32 *glyphBits; 
        char *name; 
    SInt16 vRefNum; 
    OSType fType; 
    SInt16 versNum; 
    Str255 fName; 
    OSType protocol; 
    SInt32 portID; 
    UInt32 flags; 
    UInt32 seed;
};

© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)