somFindClsInFile - Parameters
receiver (SOMClassMgr)
Usually SOMClassMgrObject
(or a pointer to an instance of a user-supplied subclass of SOMClassMgr).
classId (somId)
The somId representing the
name of the class.
majorVersion (long)
The class's major version
number.
minorVersion (long)
The class's minor version
number.
file (string)
A string representing the filename
to be used if dynamic loading is required.
rc (SOMClass)
A pointer to the requested
class object, or NULL if the class could not be found or created.
[Back: somFindClsInFile Parameter - rc]
[Next: somFindClsInFile - Remarks]