Carbon


CMIString

Header: CMICCProfile.h

struct CMIString {
    ScriptCode theScript; 
    Str63 theString; 
        SInt32 size; 
        void *list; 
    UInt8 fPrimaryInterfaceIndex; 
    UInt8 pad0; 
    Str255 fLocalDomainName; 
    Str255 fAdmindomain; 
    UInt16 Reserved; 
    UInt8 devNum; 
    UInt8 busNum; 
    QElem *qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    ATPCompletionUPP ioCompletion; 
    OSErr ioResult;
};
typedef CMIString IString;

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