CSSM_DL_AbortQuery
Description
This function ends the query that was initiated by CSSM_DL_DataGetFirst or CSSM_DL_DataGetNext. It releases the ResultsHandle that was returned by a previous query. The calling application must use this API to free the related storage that was obtained.
Format
CSSM_RETURN CSSMAPI CSSM_DL_DataAbortQuery
(CSSM_DL_DB_HANDLE DLDBHandle,
CSSM_HANDLE ResultsHandle)
Parameters
- DLDBHandle (input)
- specifies the RACF key ring handle; this is a required value.
- ResultsHandle (input)
- is the handle returned by the function CSSM_DL_DataGetFirst.