somResolve - Parameters
obj (SOMObject)
A pointer to the object whose
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.
rc (somMethodPtr)
A pointer to the somMethodProc
(procedure) that implements the specified method for the specified SOM
object.
[Back: somResolve Parameter - rc]
[Next: somResolve - Remarks]