Carbon


DriverConfigParam

Header: DriverGestalt.h

struct DriverConfigParam {
    QElemPtr qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    ProcPtr ioCompletion; 
    OSErr ioResult; 
    StringPtr ioNamePtr; 
    SInt16 ioVRefNum; 
    SInt16 ioCRefNum; 
    SInt16 csCode; 
    OSType driverConfigureSelector; 
    UInt32 driverConfigureParameter;
};

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