somClassFromId - Parameters
receiver (SOMClassMgr)
Usually SOMClassMgrObject
(or a pointer to an instance of a user-supplied subclass of SOMClassMgr).
classId (somId)
The somId of the class. This
can be obtained from the name of the class using the somIdFromString
function.
rc (SOMClass)
Returns a pointer to the class,
or NULL if the class object does not yet exist.
[Back: somClassFromId Parameter - rc]
[Next: somClassFromId - Remarks]