R3SendMsgA

FUNCTION:

R3SendMsgA

TEMPLATE:

void *R3SendMsgA(R3OBJ *obj, int mth, R3TAG *tags);

PARAMETERS:

obj - object to whom the message is to be sent

RETURN VALUE:

Method specific return value

DESCRIPTION:

Sends a message to given object. The R3SendMsgA() and RSendMsgA2() are macros which are defined for sake of convenience:

EXAMPLE:
 R3SendMsgA(obj, R3RM_DELETE, NULL);