Copyright Digital Equipment Corp. All rights reserved.

MDS_Terminate

NAME
  MDS_Terminate - Terminate the MDS service context (CDSA)

SYNOPSIS
  # include <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
  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.

       CSSMERR_DL_INVALID_DL_HANDLE

SEE ALSO
  Books

  Intel CDSA Application Developer's Guide (see CDSA)

  Other Help Topics