Library /sys$common/syshlp/helplib.hlb  —  CDSA  CDSA_API, DL GetDbOwner
 NAME
   DL_GetDbOwner, CSSM_DL_GetDbOwner - Get data base owner (CDSA)

 SYNOPSIS
   # include <cssm.h>

    API:
        CSSM_RETURN CSSMAPI CSSM_DL_GetDbOwner
        (CSSM_DL_DB_HANDLE DLDBHandle,
        CSSM_ACL_OWNER_PROTOTYPE_PTR Owner)
    SPI:
        CSSM_RETURN CSSMDLI DL_GetDbOwner
        (CSSM_DL_DB_HANDLE DLDBHandle,
        CSSM_ACL_OWNER_PROTOTYPE_PTR Owner)

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

 PARAMETER
   DLDBHandle (input)
           The handle pair that describes the data storage library
           module to be used to perform this function, and the open
           data store whose associated Owner is to be retrieved.

   Owner (output)
           A CSSM_ACL_OWNER_PROTOTYPE describing the current Owner of
           the Data Base.

 DESCRIPTION
   This function returns a CSSM_ACL_OWNER_PROTOTYPE describing the
   current Owner of the Data Base.

 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.

        CSSMERR_DL_INVALID_DB_HANDLE

 SEE ALSO
   Books

   Intel CDSA Application Developer's Guide (see CDSA)

   Other Help Topics

   Functions for the CSSM API:

       CSSM_DL_ChangeDbOwner

   Functions for the DL SPI:

       DL_ChangeDbOwner
Close Help