FreeRexxMsg(rexxmsg);
void FreeRexxMsg(struct RexxMsg *);
This function disposes a rexx message and its arguments formally created by LaunchRexxMsg(). It does not shut down the rm_Stdin and rm_Stdout streams of this message, nor does it check for the result codes. It disposes all the rexx arguments, though.
- rexxmsg
-
a struct RexxMsg that has been created by LaunchRexxMsg()
before. Should not be used for other messages.
Do not call this function on a message that did not yet return on your reply port or REXX may crash.