|
DL_DestroyRelation(3)
Contents |
DL_DestroyRelation, CSSM_DL_DestroyRelation - Destroy an
existing relation (CDSA)
# include <cdsa/cssm.h>
API: CSSM_RETURN CSSMAPI CSSM_DL_DestroyRelation
(CSSM_DL_DB_HANDLE DLDBHandle, CSSM_DB_RECORDTYPE RelationID)
SPI: CSSM_RETURN CSSMDLI DL_DestroyRelation
(CSSM_DL_DB_HANDLE DLDBHandle, CSSM_DB_RECORDTYPE RelationID)
Common Security Services Manager library (libcssm.so)
The handle pair that describes the add-in data storage
library module to be used to perform this function and the
open data store from which to delete the relation record.
Indicates the type of relation record being deleted from
the data store.
This function destroys an existing relation of the specified
type by removing its entry from the specified data
store.
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 CSSMERR_DL_INVALID_RECORDTYPE
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions for the CSSM API:
CSSM_DL_CreateRelation(3)
Functions for the DL SPI:
DL_CreateRelation(3)
DL_DestroyRelation(3)
[ Back ] |