Vulcan Logic SRM  

SRM - Documentation


^ SRM Documentation
^ Standard module

- srm_version
- srm_function_list
- srm_function_exists
- srm_module_list
- srm_module_exists
- srm_module_info
- srm_application_keys
- srm_session_keys
- lock
- unlock

srm_module_exists

srm_module_exists --  Checks if a specific module has been loaded into the daemon.

Description

bool srm_module_exists (string module_name)

This function tests if the specified module_name has been loaded into the Daemon. It returns TRUE if the module was loaded, or FALSE if it is not loaded.

See also: srm_module_list() and srm_module_info().

Prev: srm_module_list Next: srm_module_info


© 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by The Vulcan Logic Group