port = CreateRexxHostPort(basename)
struct MsgPort *CreateRexxHostPort(const UBYTE *)
Creates a unique port for an ARexx host.
All resources required for the port, including memory and the signal bit are allocated by this function. To release the port and all associated resources, use
DeleteRexxHostPort().