Source position: exec.pas line 925
type tIORequest = record |
||
io_Message: tMessage; |
|
Message structure |
io_Device: pDevice; |
|
Pointer to the device to use |
io_Unit: pUnit; |
|
pointer to unit (depends on device) |
io_Command: Word; |
|
Command send to device (CMD_*) |
io_Flags: Byte; |
|
Device flags, different for every device. |
io_Error: ShortInt; |
|
Device error messages, different for every device. |
end; |