somLoadClassFile - 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 load.
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.
file (string)
The name of the dynamically
linked library file containing the class. The name can be either a simple,
unqualified name (without any extension) or a fully qualified (or path)
file name, as appropriate for your operating system. For example, on OS/2,
file could be c:\myhome\myapp\basename.dll or else basename (but
not basename.dll).
rc (SOMClass)
Returns a pointer to the class
object, or NULL if the class could not be loaded or the class object could
not be created.
[Back: somLoadClassFile Parameter - rc]
[Next: somLoadClassFile - Remarks]