skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API Functions API Functions
go to previous page: MDSUTIL_Init MDSUTIL_Init
go to next page: MDSUTIL_ListModulesMDSUTIL_ListModules
end of book navigation links


MDSUTIL_ListModuleManagers
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_ListModuleManagers - Returns the number of module managers and a list of GUIDs associated with those module managers.

SYNOPSIS  

# include <mds_util_api.h>
# include <mds_util_helper.h>

CSSM_RETURN CSSMAPI MDSUTIL_ListModuleManagers
(CSSM_GUID_PTR *ModuleManagerGuids,
uint32 *NumberOfModuleManagers)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

ModuleManagerGuids (output)
 A pointer to a list of GUIDs.
NumberOfModuleManagers (output)
 A pointer to the number of module managers.


return to top DESCRIPTION  

This 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 to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particular error condition.The value CSSM_OK indicates success. All other values represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_POINTER

CSSM_ERRCODE_MEMORY_ERROR


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: MDSUTIL_ModuleInstall, MDSUTIL_ModuleUninstall, MDSUTIL_ListModules, MDSUTIL_GetModuleInfo, MDSUTIL_GetCredLocationFromGUID, MDSUTIL_FreeModuleInfo, MDSUTIL_FreeModuleList, MDSUTIL_GetModuleManagerInfo, MDSUTIL_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term


go to previous page: MDSUTIL_Init MDSUTIL_Init
go to next page: MDSUTIL_ListModulesMDSUTIL_ListModules