(C) 1998 AROS - The Amiga Research OS


NAME

struct IORequest * CreateIORequest (ioReplyPort , size)

LOCATION
In SysBase at offset 109

SYNOPSIS
struct MsgPort * ioReplyPort
ULONG size

FUNCTION
Create an I/O request structure bound to a given messageport. I/O requests are normally used to communicate with exec devices but can be used as normal messages just as well.

INPUTS
ioReplyPort
Pointer to that one of your messageports where the messages are replied to. A NULL port is legal but then the function fails always.
size
Size of the message structure including the struct IORequest header. The minimal allowable size is that of a struct Message.

RESULT
Pointer to a new I/O request structure or NULL if the function failed.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
12.05.1997 aros
Fixed all headers
01.01.1997 ldp
Committed Amiga native (support) code

Changed clib to proto

10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
13.08.1996 digulla
Replaced __AROS_LA by __AROS_LHA Replaced some __AROS_LH*I by __AROS_LH* Sorted and added includes
01.08.1996 digulla
Added standard header for all files
01.08.1996 digulla
Added copyright notics and made headers conform
28.07.1996 digulla
Initial revision
28.07.1996 digulla
First CVS version of AROS