2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /*****************************************************************************
14 #include <proto/commodities.h>
16 AROS_LH1I(LONG
, CxMsgID
,
20 AROS_LHA(CxMsg
*, cxm
, A0
),
24 struct Library
*, CxBase
, 25, Commodities
)
28 Retrieve the ID of a certain CxMsg 'cxm'. (IDs for sender and custom
29 objects are supplied by the user when the objects are created.)
33 cxm -- the message in question (may NOT be NULL)
37 The ID of the message 'cxm'. If not specified by the application the ID
48 cx_lib/CxSender(), cx_lib/CxCustom()
54 ******************************************************************************/