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 FunctionsAPI Functions
go to previous page: DL_DataAbortQueryDL_DataAbortQuery
go to next page: DL_DataGetFirstDL_DataGetFirst
end of book navigation links


DL_DataDelete
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_DataDelete: CSSM_DL_DataDelete - Remove data record (CDSA)

SYNOPSIS  

#include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_DL_DataDelete(CSSM_DL_DB_HANDLE DLDBHandle,const CSSM_DB_UNIQUE_RECORD *UniqueRecordIdentifier)SPI:CSSM_RETURN CSSMDLI DL_DataDelete(CSSM_DL_DB_HANDLE DLDBHandle,const CSSM_DB_UNIQUE_RECORD *UniqueRecordIdentifier)


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 storagelibrary module to be used to perform this function and the opendata store from which to delete the specified data record.
UniqueRecordIdentifier (input)
 A pointer to a CSSM_DB_UNIQUE_RECORD identifiercontaining unique identification of the data record to be deletedfrom the data store. Once the associated record has been deleted,this unique record identifier cannot be used in future references,except as an argument to DL_FreeUniqueRecord() which must still be called.


return to top DESCRIPTION  

This function removes the data record specified by the uniquerecord identifier from the specified data store.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_DL_INVALID_DB_HANDLECSSMERR_DL_INVALID_RECORD_UIDCSSMERR_DL_RECORD_NOT_FOUND


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_DL_DataInsert

Functions for the DL SPI:

DL_DataInsert


go to previous page: DL_DataAbortQueryDL_DataAbortQuery
go to next page: DL_DataGetFirstDL_DataGetFirst