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


MDSUTIL_ModuleInstall
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_ModuleInstall - Updates the MDS registry with information on the add-inmodule

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_ModuleInstall (const char *ModuleName,const char *ModuleFileNames,const char *ModulePathName,const char *ModuleCredentialName,const char *ModulCredentialPath,const CSSM_GUID *GUID,const MDSUTIL_MODULE_INFO *ModuleDescription,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  

ModuleName (input)
 The name of the add-in module.
ModuleFileNames (input)
 The name of the file implementing the add-in module.
ModulePathName (input)
 The path to the file implementing the add-in module.
ModuleCredentialName (input)
 The name of the credential file for the add-in module.
ModuleCredentialPath (input)
 The path to the credential file for the add-in module.
GUID (input) The Globally Unique ID of the add-in module.
ModuleDescription (input)
 A pointer to a structure that describes the add-inmodule.
Reserved1 (input)
 Reserved data.
Reserved2 (input)
 Reserved data.


return to top DESCRIPTION  

This function updates the MDS registry with information onthe add-in module.


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_DL_OS_ACCESS_DENIED

CSSMERR_CSSM_INTERNAL_ERROR

CSSM_ERRCODE_INTERNAL_ERROR


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

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


go to previous page: MDSUTIL_ListModulesMDSUTIL_ListModules
go to next page: MDSUTIL_ModuleManagerInstallMDSUTIL_ModuleManagerInstall