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


CL_CrlAbortQuery
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CL_CrlAbortQuery: CSSM_CL_CrlAbortQuery - Terminate a query (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_CL_CrlAbortQuery(CSSM_CL_HANDLE CLHandle,CSSM_HANDLE ResultsHandle)SPI:CSSM_RETURN CSSMCLI CL_CrlAbortQuery(CSSM_CL_HANDLE CLHandle,CSSM_HANDLE ResultsHandle)


return to top LIBRARY  

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


return to top PARAMETERS  

CLHandle (input)
 The handle that describes the add-in certificatelibrary module used to perform this function.
ResultsHandle (input)
 The handle that identifies the results of a CRLquery.


return to top DESCRIPTION  

This function terminates the query initiated by CSSM_CL_CrlGetFirstFieldValue() or CSSM_CL_CrlGetFirstCachedFieldValue() function (or their CL SPI equivalents), and allows theCL to release all intermediate state information associated withthe repeating-value get operation. Once this functionhas been invoked, the results handle is invalid.

Applications must invoke this function to terminate the ResultsHandle.Using CSSM_CL_CrlGetNextFieldValue() or CSSM_CL_CrlGetNextCachedFieldValue() (or their CL SPI equivalents), to access all of theattributes named by a single OID does not terminate the ResultsHandle. Thisfunction can be invoked to terminate the results handle withoutaccessing all of the values identified by the single OID.


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_CL_INVALID_RESULTS_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_CL_CrlGetFirstFieldValue, CSSM_CL_CrlGetNextFieldValue, CSSM_CL_CrlGetFirstCachedFieldValue, CSSM_CL_CrlGetNextCachedFieldValue

Functions for the CL SPI:

CL_CrlGetFirstFieldValue, CL_CrlGetNextFieldValue, CL_CrlGetFirstCachedFieldValue, CL_CrlGetNextCachedFieldValue


go to previous page: CL_CrlAbortCacheCL_CrlAbortCache
go to next page: CL_CrlAddCertCL_CrlAddCert