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: MDSUTIL_GetModuleInfoMDSUTIL_GetModuleInfo
go to next page: MDSUTIL_InitMDSUTIL_Init
end of book navigation links


MDSUTIL_GetModuleManagerInfo
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_GetModuleManagerInfo - Returns descriptive information about the elective module manageridentified by the GUID or the service mask.

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_GetModuleManagerInfo(const CSSM_GUID *ModuleGUID,CSSM_SERVICE_MASK ServiceType,MDSUTIL_MODULE_MANAGER_INFO_PTR *ModuleManagerInfo)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

ModuleGUID (input)
 A pointer to a GUID identifying the module manager.
ServiceType (input)
 A unique service mask identifying the module manager.
ModuleManagerInfo (output)
 A pointer to the returned module manager information.


return to top DESCRIPTION  

This function returns descriptive information about the electivemodule manager identified by the GUID or the service mask.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. NULL indicatesthat the routine was unable to get the module manager information.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_POINTER

CSSMERR_CSSM_INVALID_GUID

CSSM_ERRCODE_MDS_ERROR

CSSMERR_CSSM_INVALID_SERVICE_MASK

CSSM_ERRCODE_MEMORY_ERROR

CSSMERR_CSSM_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_ListModuleManagers, MDSUTIL_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term


go to previous page: MDSUTIL_GetModuleInfoMDSUTIL_GetModuleInfo
go to next page: MDSUTIL_InitMDSUTIL_Init