somUnloadClassFile - Parameters
receiver (SOMClassMgr)
Usually SOMClassMgrObject
(or a pointer to an instance of a user-supplied subclass of SOMClassMgr).
class (SOMClass)
A pointer to the class to
be unloaded.
rc (long)
The somUnloadClassFile method
returns 0 if the class was successfully unloaded; otherwise, it returns
a system-specific non-zero error code from either the OS/2 DosFreeModule
or the AIX unload system call.
[Back: somUnloadClassFile Parameter - rc]
[Next: somUnloadClassFile - Remarks]