The jomSendMsg call, shown in the following example, is used to send normal messages to objects.
int jomSendMsg(const DskHandle *pHandle, const DskObjectId *pOid, DskParam *pMessage, DskParam *pParams, DskParam *pReturn, UInt32 lineNo)
JADE provides a set of messages that can be sent to instances of system classes such as dictionaries. For a description of the messages available for the instances of each system class, see
This call is also used to send user-defined messages to objects.
The parameters for this call are described in the following subsections.