SOMLoadModule Parameter - functionName
functionName (string)
The name of the routine
to be called after the DLL is loaded. The routine is responsible for creating
a class object for each class in the DLL. Typically, this argument will
have the value SOMInitModule, obtained from the SOMClassInitFuncName
function. If no SOMInitModule entry exists in the DLL, the default
version of this function looks for a routine named NewClass instead. If
neither entry point is found, the default version of this function fails.
[Back: SOMLoadModule Parameter - fileName]
[Next: SOMLoadModule Parameter - majorVersion]