Carbon


CMMeasurementType

Header: CMICCProfile.h

struct CMMeasurementType {
    OSType typeDescriptor; 
    UInt32 reserved; 
    UInt32 standardObserver; 
    CMFixedXYZColor backingXYZ; 
    UInt32 geometry; 
    UInt32 flare; 
    UInt32 illuminant; 
    ataPBHeader *ataPBLink; 
    UInt16 ataPBQType; 
    UInt8 ataPBVers; 
    UInt8 ataPBReserved; 
    Ptr ataPBReserved2; 
    ATACallbackUPP ataPBCallbackPtr; 
    OSErr ataPBResult; 
    UInt8 ataPBFunctionCode; 
    UInt8 ataPBIOSpeed; 
    QElemPtr qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    ProcPtr ioCompletion; 
    OSErr ioResult; 
    StringPtr ioNamePtr; 
    SInt16 ioVRefNum; 
    SInt16 ioCRefNum; 
    UInt16 ataEventCode; 
    UInt16 ataPhysicalID; 
    SInt32 ataDrvrContext; 
    UInt32 ataMarker; 
    UInt32 ataEventRecVersion; 
    UInt32 ataDeviceType; 
    UInt16 ataRefNum; 
    SInt32 scriptTypeFlags; 
    char *command; 
    char *arguments;
};

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