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 FunctionsAPI Functions
go to previous page: cssm_IsFuncCallValidcssm_IsFuncCallValid
go to next page: CSSM_ModuleAttachCSSM_ModuleAttach
end of book navigation links


CSSM_ListAttachedModuleManagers
Library
Description
See Also
 Parameters
Errors

NAME

CSSM_ListAttachedModuleManagers - Get a list of GUIDs for the attached module manager(CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_ListAttachedModuleManagers(uint32 *NumberOfModuleManagers,CSSM_GUID_PTR ModuleManagerGuids)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

NumberOfModuleManagers (input/output)
 The number of GUIDs in the array. If the array isnot large enough, then the actual number needed is returned andthe error CSSMERR_CSSM_BUFFER_TOO_SMALL is returned. The callershould then allocate an appropriately sized list and call the functionagain. If the supplied list is larger than needed, the number ofmodule managers found is returned and no error is set.
ModuleManagerGuids (input/output)
 A pointer to an array of CSSM_GUID structures, oneper active module manager. The caller allocates this array.


return to top DESCRIPTION  

This function returns a list of GUIDs for the currently attachedand active module managers in the CSSM environment.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_BUFFER_TOO_SMALLCSSMERR_CSSM_INVALID_GUID


return to top SEE ALSO  

Intel CDSA Application Developer's Guide
go to previous page: cssm_IsFuncCallValidcssm_IsFuncCallValid
go to next page: CSSM_ModuleAttachCSSM_ModuleAttach