Carbon


HFSPlusExtentKey

Header: HFSVolumes.h

struct HFSPlusExtentKey {
    UInt16 keyLength; 
    UInt8 forkType; 
    UInt8 pad; 
    HFSCatalogNodeID fileID; 
    UInt32 startBlock;
};

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