ioReq = CreateIORequest( ioReplyPort, size );
struct IORequest *CreateIORequest(
struct MsgPort *, ULONG);
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 "
struct Message".