Carbon


HFSExtentKey

Header: HFSVolumes.h

struct HFSExtentKey {
    UInt8 keyLength; 
    UInt8 forkType; 
    HFSCatalogNodeID fileID; 
    UInt16 startBlock;
};

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