Invoking the Superclass create Method

The jomInheritCreate call, shown in the following example, is used within method code to cause the execution of a method of the same name in the most‑immediate superclass constructor of the class to which the currently executing constructor belongs.

int jomInheritCreate(const DskHandle   *pHandle,
                     const DskObjectId *pOid,
                     DskParam          *pParam1,
                     DskParam          *pParam2,
                     UInt32            lineNo)

An error occurs if the most‑immediate superclass does not have an explicit constructor with parameters.

This call can be used only from with a constructor that has been implemented as an external method.

2018.0.01 and higher

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