Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

DeleteIORequest

Free an i/O request

Declaration

Source position: exec.pas line 1224

procedure DeleteIORequest(

  iorequest: POINTER

);

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