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_CreateRelationDL_CreateRelation
go to next page: DL_DataDeleteDL_DataDelete
end of book navigation links


DL_DataAbortQuery
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_DataAbortQuery: CSSM_DL_DataAbortQuery - Terminate DL_DataGetFirst query (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_DL_DataAbortQuery(CSSM_DL_DB_HANDLE DLDBHandle,CSSM_HANDLE ResultsHandle)SPI:CSSM_RETURN CSSMDLI DL_DataAbortQuery(CSSM_DL_DB_HANDLE DLDBHandle,CSSM_HANDLE ResultsHandle)


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 records were selected by the initiating query.
ResultsHandle (input)
 The selection handle returned from the initial queryfunction.


return to top DESCRIPTION  

This function terminates the query initiated by DL_DataGetFirst() and allows a DL to release all intermediate state informationassociated with the query, and release any locks on the resource.The user/application must call CSSM_DL_DataAbortQuery() at the termination.


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_RESULTS_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_DL_DataGetFirst, CSSM_DL_DataGetNext

Functions for the DL SPI:

DL_DataGetFirst, dL_DataGetNext


go to previous page: DL_CreateRelationDL_CreateRelation
go to next page: DL_DataDeleteDL_DataDelete