Source position: exec.pas line 1325
type TIORequest = packed record
io_Message: TMessage;
io_Device: PDevice;
io_Unit: PUnit;
io_Command: Word;
io_Flags: Byte;
io_Error: ShortInt;
end;