 |
Index for Section 3 |
|
 |
Alphabetical listing for M |
|
 |
Bottom of page |
|
MDS_Terminate(3)
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 (libmds.so)
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
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. See CDSA_intro(3).
CSSMERR_DL_INVALID_DL_HANDLE
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA_intro(3))
Reference Pages
 |
Index for Section 3 |
|
 |
Alphabetical listing for M |
|
 |
Top of page |
|