SOM_ResolveNoCheck - Parameters
objPtr (SOMObject)
A pointer to the object
to which the resolved method procedure will be applied.
className (<token>)
The name of the
class that introduces methodName. This name should be given as a
simple token, rather than a quoted string (for example, Animal rather
than "Animal").
methodName (<token>)
The name of the
method to be resolved. This name should be given as a simple token, rather
than a quoted string (for example, setSound rather than "setSound").
rc (somMethodPtr)
[Back: SOM_ResolveNoCheck Parameter - rc]
[Next: SOM_ResolveNoCheck - Remarks]