Source position: amigados.pas line 385
type TFileHandle = packed record |
case Byte of |
0: ( |
fh_Link: LongWord; |
fh_Port: LongInt; |
); |
1: ( |
fh_Flags: LongWord; |
fh_Interactive: LongInt; |
fh_Type: PMsgPort; |
fh_Buf: LongInt; |
fh_Pos: LongInt; |
fh_End: LongInt; |
fh_Func1: LongInt; |
fh_Func2: LongInt; |
fh_Func3: LongInt; |
fh_Arg1: LongInt; |
fh_Arg2: LongInt; |
fh_BufSize: LongInt; |
fh_OrigBuf: LongInt; |
); |
end; |