A pointer to the class object
whose instance method procedure is required.
mToken (somMToken)
The method token for the
method to be resolved. The SOM API requires that if the class "XYZ" introduces
the static method "foo", then the method token for "foo" is found in the
class data structure for "XYZ" (called XYZClassData) in the structure member
named "foo" (i.e., at XYZClassData.foo). Method tokens can also be obtained
using the somGetMethodToken method. A pointer to the class object
whose instance method procedure is required.
rc (somMethodPtr)
A pointer to the somMethodProc (procedure) that implements the specified
method for the specified class of SOM object.