Initiate an I/O command
Source position: exec.pas line 2001
procedure SendIO( |
ioRequest: PIORequest |
); |
ioRequest |
|
A pointer to an I/O request, or a device specific extended IORequest. |
This function requests the device driver start processing the given I/O request. The device will return control without waiting for the I/O to complete.
The io_Flags field of the IORequest will be set to zero before the request is sent.
|
Perform an I/O request and wait for its finish |
|
|
Check status on an I/O request |
|
|
Wait for completion of an I/O request |
|
|
Attempt to abort an in-progress I/O request |