[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TFileHandle

The pointer of this structure is returned by DosOpen() and other routines that return a file. You need only worry about this struct to do async io's via PutMsg() instead of standard file system calls

Declaration

Source position: amigados.pas line 625

type TFileHandle = record

  fh_Flags: ULONG;

  

EXEC message

  fh_Port: PMsgPort;

  

Reply port for the packet

  fh_Type: PMsgPort;

  

  fh_Buf: BPTR;

  

Port to do ReplyMsg()

  fh_Pos: LongInt;

  

  fh_End: LongInt;

  

  fh_Func1: LongInt;

  

  fh_Func2: LongInt;

  

  fh_Func3: LongInt;

  

  fh_Arg1: LongInt;

  

  fh_Arg2: APTR;

  

  fh_Size: ULONG;

  

Size of buffered io buffer

  fh_Buf2: BPTR;

  

Always the same as fh_Buf

end;


Documentation generated on: 2017-01-10