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


MDSUTIL_Init
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_Init - Initializes the MDS registry in preparation for a seriesof MDSUTIL operations.

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_Init(CSSM_BOOL ReadWrite)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

ReadWrite (input)
 A Boolean flag indicating whether the MDS registryis to be enabled for writing as well as reading. CSSM_TRUE indicatesthat the registry should be enabled for writing.


return to top DESCRIPTION  

This function initializes the MDS registry in preparationfor a series of MDSUTIL operations.


return to top RETURN VALUE  

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


return to top ERRORS  

Errors are described in the CDSA Technical Standard.


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_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Term


go to previous page: MDSUTIL_GetModuleManagerInfoMDSUTIL_GetModuleManagerInfo
go to next page: MDSUTIL_ListModuleManagersMDSUTIL_ListModuleManagers