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 Functions API Functions
go to previous page: MDSUTIL_ModuleManagerInstall MDSUTIL_ModuleManagerInstall
go to next page: MDSUTIL_ModuleUninstallMDSUTIL_ModuleUninstall
end of book navigation links


MDSUTIL_ModuleManagerUninstall
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_ModuleManagerUninstall - Removes from the MDS registry the information associated with the Globally Unique ID of the EMM

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_ModuleManagerUninstall
(const CSSM_GUID *ModuleManagerGuid)


return to top LIBRARY  

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


return to top PARAMETERS  

ModuleManagerGuid (input)
 A pointer to the Globally Unique ID of the Extensible Module Manager.


return to top DESCRIPTION  

This function removes from the MDS registry the information associated with the Globally Unique ID of the EMM.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particular error condition.The value CSSM_OK indicates success. All other values represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_GUID

CSSMERR_CSSM_FUNCTION_FAILED

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


go to previous page: MDSUTIL_ModuleManagerInstall MDSUTIL_ModuleManagerInstall
go to next page: MDSUTIL_ModuleUninstallMDSUTIL_ModuleUninstall