skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API Functions API Functions
go to previous page: DL_DbOpen DL_DbOpen
go to next page: DL_FreeNameListDL_FreeNameList
end of book navigation links


DL_DestroyRelation
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_DestroyRelation: CSSM_DL_DestroyRelation - Destroy an existing relation (CDSA)

SYNOPSIS  

# include <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)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

DLDBHandle (input)
 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.
RelationID (input)
 Indicates the type of relation record being deleted from the data store.


return to top DESCRIPTION  

This function destroys an existing relation of the specified type by removing its entry from the specified data store.


return to top 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.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_DL_INVALID_DB_HANDLE
CSSMERR_DL_INVALID_RECORDTYPE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_DL_CreateRelation

Functions for the DL SPI:

DL_CreateRelation


go to previous page: DL_DbOpen DL_DbOpen
go to next page: DL_FreeNameListDL_FreeNameList