HP Open Source Security for OpenVMS Volume 1: Common Data Security Architecture > CDSA API Functions

MDSUTIL_ModuleManagerUninstall

 » Table of Contents

 » Glossary

 » Index

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)

LIBRARY

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

PARAMETERS

ModuleManagerGuid (input)
  

A pointer to the Globally Unique ID of the Extensible Module Manager.

DESCRIPTION

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

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.

ERRORS

Errors are described in the CDSA Technical Standard.

CSSMERR_CSSM_INVALID_GUID
CSSMERR_CSSM_FUNCTION_FAILED
CSSM_ERRCODE_MDS_ERROR

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