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

MDS_Terminate

 » Table of Contents

 » Glossary

 » Index

NAME

MDS_Terminate — Terminate the MDS service context (CDSA)

SYNOPSIS

# include <cdsa/mds.h>
CSSM_RETURN CSSMAPI MDS_Terminate
(MDS_HANDLE MdsHandle)

LIBRARY

Module Directory Services library (cdsa$mds300_shr.exe)

PARAMETERS

MdsHandle (input)
  

The MDS handle corresponding to the context being terminated.

DESCRIPTION

This function terminates the MDS service context identified by the opaque MdsHandle. The MDS handle is invalidated and MDS frees all internal resources associated with the context.

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_DL_INVALID_DL_HANDLE

SEE ALSO

Books

Intel CDSA Application Developer's Guide