record CInfoPBRec
Unit
MacPascal
Declaration
type CInfoPBRec = record
Description
catalog information parameter block File Manager 2-247
Overview
Fields
Description
Fields
qType: Integer; |
queue type
|
ioTrap: Integer; |
routine trap
|
ioCmdAddr: Ptr; |
routine address
|
ioCompletion: ProcPtr; |
pointer to completion routine
|
ioResult: OSErr; |
result code
|
ioVRefNum: Integer; |
volume specification
|
ioFRefNum: Integer; |
file reference number
|
ioFDirIndex: Integer; |
directory index
|
ioFlAttrib: SignedByte; |
file or directory attributes
|
ioFlFndrInfo: FInfo; |
information used by the Finder
|
ioDirID: LongInt; |
directory ID or file ID
|
ioFlStBlk: Integer; |
first alloc. blk. of data fork
|
ioFlLgLen: LongInt; |
logical EOF of data fork
|
ioFlPyLen: LongInt; |
physical EOF of data fork
|
ioFlRStBlk: Integer; |
first alloc. blk. of resource fork
|
ioFlRLgLen: LongInt; |
logical EOF of resource fork
|
ioFlRPyLen: LongInt; |
physical EOF of resource fork
|
ioFlCrDat: LongInt; |
date and time of creation
|
ioFlMdDat: LongInt; |
date and time of last modification
|
ioFlBkDat: LongInt; |
date and time of last backup
|
ioFlXFndrInfo: FXInfo; |
additional Finder information
|
ioFlParID: LongInt; |
file parent directory ID
|
ioFlClpSiz: LongInt |
file's clump size
|
ioDrUsrWds: DInfo; |
information used by the Finder
|
ioDrDirID: LongInt; |
directory ID
|
ioDrNmFls: Integer; |
number of files in directory
|
filler3: ARRAY[1..9] OF Integer; |
|
ioDrCrDat: LongInt; |
date and time of creation
|
ioDrMdDat: LongInt; |
date and time of last modification
|
ioDrBkDat: LongInt; |
date and time of last backup
|
ioDrFndrInfo: DXInfo; |
additional Finder information
|
ioDrParID: LongInt |
directory's parent directory ID
|
Generated by PasDoc 0.14.0.
|