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


MDS_Terminate
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDS_Terminate - Terminate the MDS service context (CDSA)

SYNOPSIS  

# include <cdsa/mds.h>

CSSM_RETURN CSSMAPI MDS_Terminate
(MDS_HANDLE MdsHandle)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

MdsHandle (input)
 The MDS handle corresponding to the context being terminated.


return to top 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 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_DL_INVALID_DL_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide


go to previous page: MDS_Install MDS_Install
go to next page: MDS_UninstallMDS_Uninstall