Initializing help system before first use

XPRMfinddso

XPRMfinddso


Purpose
Find a DSO descriptor from a module name.
Synopsis
XPRMdsolib XPRMfinddso(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.
Related topics