Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

DeleteIORequest

Free an i/O request

Declaration

Source position: exec.pas line 1856

procedure DeleteIORequest(

  IORequest: PIORequest

);

Arguments

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.

Description

Frees up an I/O request created by CreateIORequest().

See also

CreateIORequest

  

Create a structure usable for an I/O request


Documentation generated on: 2021-07-30