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


MDSUTIL_ModuleUninstall
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_ModuleUninstall - Removes from the MDS registry the information associatedwith GUID

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_ModuleUninstall(const CSSM_GUID *ModuleGUID)


return to top LIBRARY  

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


return to top PARAMETERS  

ModuleGUID (input)
 The Globally Unique ID of the add-in module.


return to top DESCRIPTION  

This function removes from the MDS registry the informationassociated with GUID.


return to top RETURN VALUE  

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


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_MEMORY_ERROR


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: MDSUTIL_ModuleInstall, 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_ModuleManagerUninstallMDSUTIL_ModuleManagerUninstall
go to next page: MDSUTIL_TermMDSUTIL_Term