This pointer 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
Source position: amigados.pas line 596
type pFileHandle = ^tFileHandle; |