Free an i/O request
Source position: exec.pas line 1856
procedure DeleteIORequest( |
IORequest: PIORequest |
); |
IORequest |
|
A pointer to the I/O request block to be freed. This function uses the mn_Length field to determine how much memory to free. nil is allowed and does nothing. |
Frees up an I/O request created by CreateIORequest().
|
Create a structure usable for an I/O request |