record CInfoPBRec

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type CInfoPBRec = record

Description

catalog information parameter block File Manager 2-247

Overview

Fields

qLink: QElemPtr;
qType: Integer;
ioTrap: Integer;
ioCmdAddr: Ptr;
ioCompletion: ProcPtr;
ioResult: OSErr;
ioNamePtr: StringPtr;
ioVRefNum: Integer;
ioFRefNum: Integer;
ioFVersNum: SignedByte;
filler1: SignedByte;
ioFDirIndex: Integer;
ioFlAttrib: SignedByte;
ioACUser: SignedByte;
ioFlFndrInfo: FInfo;
ioDirID: LongInt;
ioFlStBlk: Integer;
ioFlLgLen: LongInt;
ioFlPyLen: LongInt;
ioFlRStBlk: Integer;
ioFlRLgLen: LongInt;
ioFlRPyLen: LongInt;
ioFlCrDat: LongInt;
ioFlMdDat: LongInt;
ioFlBkDat: LongInt;
ioFlXFndrInfo: FXInfo;
ioFlParID: LongInt;
ioFlClpSiz: LongInt
ioDrUsrWds: DInfo;
ioDrDirID: LongInt;
ioDrNmFls: Integer;
filler3: ARRAY[1..9] OF Integer;
ioDrCrDat: LongInt;
ioDrMdDat: LongInt;
ioDrBkDat: LongInt;
ioDrFndrInfo: DXInfo;
ioDrParID: LongInt

Description

Fields

qLink: QElemPtr;

next queue entry

qType: Integer;

queue type

ioTrap: Integer;

routine trap

ioCmdAddr: Ptr;

routine address

ioCompletion: ProcPtr;

pointer to completion routine

ioResult: OSErr;

result code

ioNamePtr: StringPtr;

pointer to pathname

ioVRefNum: Integer;

volume specification

ioFRefNum: Integer;

file reference number

ioFVersNum: SignedByte;

version number

filler1: SignedByte;

reserved

ioFDirIndex: Integer;

directory index

ioFlAttrib: SignedByte;

file or directory attributes

ioACUser: SignedByte;

directory access rights

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.