Carbon


HFSCatalogFile

Header: HFSVolumes.h

struct HFSCatalogFile {
    SInt16 recordType; 
    UInt8 flags; 
    SInt8 fileType; 
    FInfo userInfo; 
    HFSCatalogNodeID fileID; 
    UInt16 dataStartBlock; 
    SInt32 dataLogicalSize; 
    SInt32 dataPhysicalSize; 
    UInt16 rsrcStartBlock; 
    SInt32 rsrcLogicalSize; 
    SInt32 rsrcPhysicalSize; 
    UInt32 createDate; 
    UInt32 modifyDate; 
    UInt32 backupDate; 
    FXInfo finderInfo; 
    UInt16 clumpSize; 
    HFSExtentRecord dataExtents; 
    HFSExtentRecord rsrcExtents; 
    UInt32 reserved;
};

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