struct FSRefParam {
QElemPtr qLink;
SInt16 qType;
SInt16 ioTrap;
Ptr ioCmdAddr;
IOCompletionUPP ioCompletion;
volatile OSErr ioResult;
ConstStringPtr ioNamePtr;
SInt16 ioVRefNum;
SInt16 reserved1;
UInt8 reserved2;
UInt8 reserved3;
const FSRef *ref;
FSCatalogInfoBitmap whichInfo;
FSCatalogInfo *catInfo;
UniCharCount nameLength;
const UniChar *name;
SInt32 ioDirID;
FSSpec *spec;
FSRef *parentRef;
FSRef *newRef;
TextEncoding textEncodingHint;
HFSUniStr255 *outName;
};
typedef FSRefParam FSRefParamPtr;
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)