[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

DeleteIORequest

Free an i/O request

Declaration

Source position: exec.pas line 1318

procedure DeleteIORequest(

  IORequest: APTR

);

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: 2017-01-10