result = FillRexxMsg(msgptr, count, mask)
D0 A0 D0 D1 [0:15]
BOOL FillRexxMsg(struct RexxMsg *,ULONG,ULONG)
This function will convert and install up to 16 argument strings into a RexxMsg structure. The message packet's argument fields must be set to either a pointer to a NULL terminated string or an integer value The mask, bits 0 to 15, correspond to the type of value is stored in the argument slot. If the bit is cleared, the argument is a string pointer; if the bit is set, the argument is an integer.