Free an i/O request
Source position: exec.pas line 2118
procedure DeleteIORequest( |
iorequest: Pointer |
); |
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 |