|
DL_GetDbOwner(3)
Contents |
DL_GetDbOwner, CSSM_DL_GetDbOwner - Get data base owner
(CDSA)
# include <cdsa/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)
Common Security Services Manager library (libcssm.so)
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. A
CSSM_ACL_OWNER_PROTOTYPE describing the current Owner of
the Data Base.
This function returns a CSSM_ACL_OWNER_PROTOTYPE describing
the current Owner of the Data Base.
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_DB_HANDLE
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions for the CSSM API:
CSSM_DL_ChangeDbOwner(3)
Functions for the DL SPI:
DL_ChangeDbOwner(3)
DL_GetDbOwner(3)
[ Back ] |