HP Open Source Security for OpenVMS Volume 1: Common Data Security Architecture > CDSA API FunctionsMDSUTIL_ListModuleManagers
NAMEMDSUTIL_ListModuleManagers — Returns the number of module managers and a list of GUIDs associated with those module managers. SYNOPSIS# include <mds_util_api.h>
PARAMETERS
DESCRIPTIONThis function returns the number of module managers and a list of GUIDs associated with those module managers. The caller is responsible for freeing the memory associated with the GUID list. RETURN VALUEA CSSM_RETURN value indicating success or specifying a particular error condition.The value CSSM_OK indicates success. All other values represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.
SEE ALSOBooksIntel CDSA Application Developer's Guide Online HelpFunctions: MDSUTIL_ModuleInstall, MDSUTIL_ModuleUninstall, MDSUTIL_ListModules, MDSUTIL_GetModuleInfo, MDSUTIL_GetCredLocationFromGUID, MDSUTIL_FreeModuleInfo, MDSUTIL_FreeModuleList, MDSUTIL_GetModuleManagerInfo, MDSUTIL_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term |