The jomInheritMethod 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 from the class to which the currently executing method belongs.
int jomInheritMethod(const DskHandle *pHandle, const DskObjectId *pOid, DskParam *pParams, DskParam *pReturn, UInt32 lineNo)
An error occurs if no superclass has a method with the specified name.
This call cannot be used from within a constructor or destructor method.
The parameters for this call are described in the following subsections.