somLocateClassFile - 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 to locate.
majorVersion (long)
The major version number
used to check the compatibility of the class's implementation with the caller's
expectations.
minorVersion (long)
The minor version number
used to check the compatibility of the class's implementation with the caller's
expectations.
rc (string)
Returns the name of the file
containing the class.
[Back: somLocateClassFile Parameter - rc]
[Next: somLocateClassFile - Remarks]