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


MDSUTIL_ModuleManagerInstall
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_ModuleManagerInstall - Updates the MDS registry with information about the ExtensibleModule Manager

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_ModuleManagerInstall(const char *ModuleManagerName,const char *ModuleManagerFileName,const char *ModuleManagerPathName,const char *ModuleManager CredentialName,const char *ModuleManagerCredentialPath,const CSSM_GUID *ModuleManagerGuid,const MDSUTIL_MODULE_MANAGER_INFO *ModuleManagerDescription,const void *Reserved1,const CSSM_DATA *Reserved2)


return to top LIBRARY  

Module Directory Services utility API library (cdsa$mds_util_api.olb)


return to top PARAMETERS  

ModuleManagerName (input)
 A pointer to the name of the Extensible Module Manager(EMM).
ModuleManagerFileName (input)
 A pointer to the filename of the Extensible ModuleManager.
ModuleManagerPathname (input)
 A pointer to the directory path to the file implementingthe EMM.
ModuleManagerCredentialName (input)
 A pointer to the name of the credential file ofthe EMM.
ModuleManagerCredentialPath (input)
 A pointer to the directory path to the credentialfile of the EMM.
ModuleManagerGuid (input)
 A pointer to the Globally Unique ID of the EMM.
ModuleManagerDescription (input)
 A pointer to the structure that describes the EMM.


return to top DESCRIPTION  

This function updates the MDS registry with information aboutthe Extensible Module Manager.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition.The value CSSM_OK indicates success. All other valuesrepresent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_POINTER

CSSMERR_CSSM_INTERNAL_ERROR

CSSMERR_CSSM_FUNCTION_FAILED


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_GetModuleManagerInfo, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term


go to previous page: MDSUTIL_ModuleInstallMDSUTIL_ModuleInstall
go to next page: MDSUTIL_ModuleManagerUninstallMDSUTIL_ModuleManagerUninstall