Carbon


FCBRec

Header: FSM.h

struct FCBRec {
    UInt32 fcbFlNm; 
    SignedByte fcbFlags; 
    SignedByte fcbTypByt; 
    UInt16 fcbSBlk; 
    UInt32 fcbEOF; 
    UInt32 fcbPLen; 
    UInt32 fcbCrPs; 
    VCBPtr fcbVPtr; 
    Ptr fcbBfAdr; 
    UInt16 fcbFlPos; 
    UInt32 fcbClmpSize; 
    Ptr fcbBTCBPtr; 
    HFSExtentRecord fcbExtRec; 
    OSType fcbFType; 
    UInt32 fcbCatPos; 
    UInt32 fcbDirID; 
    Str31 fcbCName;
};
typedef FCBRec FCBRecPtr;

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