Carbon


FSForkInfo

Header: Files.h

struct FSForkInfo {
    SInt8 flags; 
    SInt8 permissions; 
    FSVolumeRefNum volume; 
    UInt32 reserved2; 
    UInt32 nodeID; 
    UInt32 forkID; 
    UInt64 currentPosition; 
    UInt64 logicalEOF; 
    UInt64 physicalEOF; 
    UInt64 process;
};
typedef FSForkInfo FSForkInfoPtr;

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