Carbon


BTHeaderRec

Header: HFSVolumes.h

struct BTHeaderRec {
    UInt16 treeDepth; 
    UInt32 rootNode; 
    UInt32 leafRecords; 
    UInt32 firstLeafNode; 
    UInt32 lastLeafNode; 
    UInt16 nodeSize; 
    UInt16 maxKeyLength; 
    UInt32 totalNodes; 
    UInt32 freeNodes; 
    UInt16 reserved1; 
    UInt32 clumpSize; 
    UInt8 btreeType; 
    UInt8 reserved2; 
    UInt32 attributes; 
    UInt32 reserved3[16];
};

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