Carbon


CMPathLocation

Header: CMApplication.h

struct CMPathLocation {
    char path[256]; 
    UInt32 ejectFeatures; 
    UInt32 vmOptions; 
    SCSIHdr *qLink; 
    SInt16 scsiReserved1; 
    UInt16 scsiPBLength; 
    UInt8 scsiFunctionCode; 
    UInt8 scsiReserved2; 
    volatile OSErr scsiResult; 
    DeviceIdent scsiDevice; 
    SCSICallbackUPP scsiCompletion; 
    UInt32 scsiFlags; 
    RegEntryIDPtr entryID;
};

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