Home  /  Autodocs  /  rexxsyslib.library

SYNOPSIS

FreeRexxMsg(rexxmsg);
A0

void FreeRexxMsg(struct RexxMsg *);

FUNCTION

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.

INPUTS

rexxmsg
a struct RexxMsg that has been created by LaunchRexxMsg()

before. Should not be used for other messages.

NOTES

Do not call this function on a message that did not yet return on your reply port or REXX may crash.

SEE ALSO

LaunchRexxScript(), ClearRexxMsg(), DeleteRexxMsg(), rexx/storage.h