Copyright Digital Equipment Corp. All rights reserved.

DL_FreeNameList

NAME
  DL_FreeNameList, CSSM_DL_FreeNameList - Free the list of the logical
                                          data store names (CDSA)

SYNOPSIS
  # include <cssm.h>

   API:
       CSSM_RETURN CSSMAPI CSSM_DL_FreeNameList
       (CSSM_DL_HANDLE DLHandle,
       CSSM_NAME_LIST_PTR NameList)
   SPI:
       CSSM_RETURN CSSMDLI DL_FreeNameList
       (CSSM_DL_HANDLE DLHandle,
       CSSM_NAME_LIST_PTR NameList)

LIBRARY
  Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)

PARAMETERS
  DLHandle (input)
          The handle that describes the add-in data storage library
          module to be used to perform this function.

  NameList (input)
          A pointer to the CSSM_NAME_LIST.

DESCRIPTION
  This function frees the list of the logical data store names that
  was returned by CSSM_DL_GetDbNames.

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.  See CDSA.

  None specific to this call.

SEE ALSO
  Books

  Intel CDSA Application Developer's Guide (see CDSA)

  Other Help Topics

  Functions for the CSSM API:

      CSSM_DL_GetDbNames

  Functions for the DL SPI:

      DL_GetDbNames