Carbon


CMProfileSearchRecord

Header: CMApplication.h

struct CMProfileSearchRecord {
    CMHeader header; 
    UInt32 fieldMask; 
    UInt32 reserved[2]; 
    SInt32 csBusID; 
    UInt32 csBusType; 
    SInt32 csMinBus; 
    SInt32 csMaxBus; 
    UInt32 csReserved0; 
    UInt32 csReserved1; 
    UInt32 csReserved2; 
    UInt32 csReserved3; 
    UInt32 csReserved4; 
    ataPBHeader *ataPBLink; 
    UInt16 ataPBQType; 
    UInt8 ataPBVers; 
    UInt8 ataPBReserved; 
    Ptr ataPBReserved2; 
    ATACallbackUPP ataPBCallbackPtr; 
    OSErr ataPBResult; 
    UInt8 ataPBFunctionCode; 
    UInt8 ataPBIOSpeed; 
    UInt32 ssHandlerID; 
    UInt16 adapter; 
    UInt16 socket; 
    UInt16 message; 
    Byte intrpBits; 
    Byte padding; 
    Byte TPLL_TAG[3];
};
typedef CMProfileSearchRecord CMProfileSearchRecordPtr;

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