Carbon


HFSPlusExtentDescriptor

Header: HFSVolumes.h

struct HFSPlusExtentDescriptor {
    UInt32 startBlock; 
    UInt32 blockCount;
};
typedef HFSPlusExtentDescriptor HFSPlusExtentRecord;

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