Home  /  Autodocs  /  rexxsyslib.library

NAME

IsRexxMsg
Function to determine if a message came from ARexx

SYNOPSIS

result = IsRexxMsg(msgptr)
D0 A0

BOOL IsRexxMsg(struct RexxMsg *)

FUNCTION

This function can be used to determine if a message came from an ARexx program.

INPUTS

msgptr
A pointer to the suspected RexxMsg.

RESULT

result
A boolean: TRUE if it is an ARexx message, FALSE if not.

BUGS

This function may not be fully sufficient to check whether a message really came from Rexx. For a more careful check, use the CHECKREXXMSG() macro from <rexx/storage.h>

SEE ALSO

CreateRexxMsg()