Carbon


SlotDevParam

Header: Files.h

struct SlotDevParam {
    QElemPtr qLink; 
    SInt16 qType; 
    SInt16 ioTrap; 
    Ptr ioCmdAddr; 
    IOCompletionUPP ioCompletion; 
    volatile OSErr ioResult; 
    StringPtr ioNamePtr; 
    SInt16 ioVRefNum; 
    SInt16 ioSRefNum; 
    SInt8 ioSVersNum; 
    SInt8 ioSPermssn; 
    Ptr ioSMix; 
    SInt16 ioSFlags; 
    SInt8 ioSlot; 
    SInt8 ioID;
};
typedef SlotDevParam SlotDevParamPtr;

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