somGetInitFunction - Syntax

This method obtains the name of the function that initializes the SOM classes in a class library.

For backward compatibility, this method does not take an Environment parameter.

SOMClassMgr    receiver;
string         rc;

rc = somGetInitFunction(receiver);


[Back: somGetInitFunction]
[Next: somGetInitFunction Parameter - receiver]