Carbon


DriverGestaltParam

Header: DriverGestalt.h

struct DriverGestaltParam {
    QElemPtr qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    ProcPtr ioCompletion; 
    OSErr ioResult; 
    StringPtr ioNamePtr; 
    SInt16 ioVRefNum; 
    SInt16 ioCRefNum; 
    SInt16 csCode; 
    OSType driverGestaltSelector; 
    UInt32 driverGestaltResponse; 
    UInt32 driverGestaltResponse1; 
    UInt32 driverGestaltResponse2; 
    UInt32 driverGestaltResponse3; 
    UInt16 driverGestaltfiller;
};

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