Calling a Primitive Type Method

The jomCallPrimTypeMethod call, shown in the following example, invokes a primitive type; for example, from an external method.

int JOMAPI jomCallPrimTypeMethod(const DskHandle *pHandle,
                                 TypeNum         primitiveNumber, 
                                 DskParam        *pMessage, 
                                 DskParam        *pParams, 
                                 DskParam        *pReturn, 
                                 LineNumber      lineNo)

2016.0.01 and higher

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