finddso
| finddso | 
  Purpose
 
  
  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.
 
 
