Carbon


HFSExtentDescriptor

Header: HFSVolumes.h

struct HFSExtentDescriptor {
    UInt16 startBlock; 
    UInt16 blockCount;
};
typedef HFSExtentDescriptor HFSExtentRecord;

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