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


MDS_Uninstall
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDS_Uninstall - Delete the object directory database (CDSA)

SYNOPSIS  

# include <cdsa/mds.h>

CSSM_RETURN CSSMAPI MDS_Uninstall(MDS_HANDLE MdsHandle)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

MdsHandle (input)
 The MDS handle identifying a valid MDS context.


return to top DESCRIPTION  

This function deletes the Object Directory database containingthe Object relation, and the CDSA Directory databasecontaining the set of CDSA-specific relations defined in this specification.The MdsHandle identifies the MDS context createdby invoking MDS_Initialize(). The context contains information about the access rightsof the caller. Write-access is required to perform this operation.


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_DL_INVALID_DL_HANDLE CSSMERR_DL_DATASTORE_IS_OPENCSSMERR_DL_INVALID_DB_LOCATION CSSMERR_DL_INVALID_DB_NAMECSSMERR_DL_DATASTORE_DOESNOT_EXIST


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide


go to previous page: MDS_TerminateMDS_Terminate
go to next page: MDSUTIL_FreeModuleInfoMDSUTIL_FreeModuleInfo