(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <proto/commodities.h>

APTR CxMsgData (cxm)

LOCATION
In CxBase at offset 24

SYNOPSIS
CxMsg * cxm

FUNCTION
Get the data of a commodities message. Messages can be sent from both sender object and custom object. In the first case the data is no longer valid after you replied to the message.

INPUTS
cxm
the message the data of which is to be retrieved (may be NULL).

RESULT
A pointer to the message's data or NULL if message was NULL. The type of the data depends on the type of the message.

EXAMPLE

SEE ALSO
cx_lib/ CxSender(), cx_lib/ CxCustom()

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library