Source position: amigados.pas line 625
type TFileHandle = record |
fh_Flags: ULONG; |
fh_Port: PMsgPort; |
fh_Type: PMsgPort; |
fh_Buf: BPTR; |
fh_Pos: LongInt; |
fh_End: LongInt; |
fh_Func1: PtrInt; |
fh_Func2: PtrInt; |
fh_Func3: PtrInt; |
fh_Arg1: PtrInt; |
fh_Arg2: PtrInt; |
fh_BufSize: ULONG; |
fh_OrigBuf: BPTR; |
end; |