Source position: exec.pas line 925
type tIORequest = record
io_Message: tMessage;
io_Device: pDevice;
io_Unit: pUnit;
io_Command: Word;
io_Flags: Byte;
io_Error: ShortInt;
end;