(C) 1998 AROS - The Amiga Research OS


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

LONG CxMsgID (cxm)

LOCATION
In CxBase at offset 25

SYNOPSIS
CxMsg * cxm

FUNCTION
Retrieve the ID of a certain CxMsg 'cxm'. (IDs for sender and custom objects are supplied by the user when the objects are created.)

INPUTS
cxm
- the message in question (may NOT be NULL)

RESULT
The ID of the message 'cxm'. If not specified by the application the ID is 0.

EXAMPLE

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

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library