finddso


Purpose
Find a DSO descriptor from a module name.
Synopsis
XPRMdsolib finddso(const char *libname);
Argument
libname 
Name of the module to find
Return value
A reference to a DSO descriptor or NULL if the requested module has not been loaded.
Further information
This function returns the DSO pointer of a module that has been loaded previously.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.