Calling a Primitive Method

The jomCallPrimMethod call, shown in the following example, is used to send a message to a primitive type.

int jomCallPrimMethod(const DskHandle *pHandle,
                      UINT            primNo
                      DskParam        *pValue,
                      DskParam        *pMessage,
                      DskParam        *pParams,
                      DskParam        *pReturn,
                      UInt32          lineNo)

The parameters for this call are described in the following subsections.