|
MDS_Terminate(3)
Contents |
MDS_Terminate - Terminate the MDS service context (CDSA)
# include <cdsa/mds.h>
CSSM_RETURN CSSMAPI MDS_Terminate (MDS_HANDLE MdsHandle)
Module Directory Services library (libmds.so)
The MDS handle corresponding to the context being terminated.
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.
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 are described in the CDSA technical standard. See
CDSA_intro(3). CSSMERR_DL_INVALID_DL_HANDLE
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
MDS_Terminate(3)
[ Back ] |