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

CreateIORequest

Create a structure usable for an I/O request

Declaration

Source position: exec.pas line 1317

function CreateIORequest(

  const IOReplyPort: PMsgPort;

  Size: ULONG

):APTR;

Arguments

Size

  

The size of the IO request to be created.

Function result

A pointer to the I/O request structure created or nil

Description

Allocates memory for and initializes a new IO request block of a user-specified number of bytes. The number of bytes must be at least as large as a TMessage.

See also

DeleteIORequest

  

Free an i/O request

CreateMsgPort

  

Create a new message port


Documentation generated on: 2017-01-10