rexxmsg = CreateRexxMsg(port, extension, host)
D0,A0 A0 A1 A2
struct RexxMsg *CreateRexxMsg(struct MsgPort *, UBYTE *, UBYTE *)
This functions allocates an ARexx message packet. The RexxMsg consists of a standard EXEC message structure extended to include the ARexx specific information.
The extension and host strings must remain valid for as long as the RexxMsg exists as only the pointer to those strings are stored.