CSSM_CL_CrlAbortQuery
CSSM_RETURN CSSMAPI CSSM_CL_CrlAbortQuery
(CSSM_CL_HANDLE CLHandle,
CSSM_HANDLE ResultsHandle)
This function terminates the query initiated by CL_CrlGetFirstFieldValue and allows the CL to release all intermediate state information associated with the get operation.
- CLHandle (input)
The handle that describes the add-in certificate library module used to perform this function.
- ResultsHandle (input)
The handle which identifies the results of a CRL query.
CSSM_OK if the function was successful. CSSM_FAIL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_CL_INVALID_CL_HANDLE
Invalid CL handle.
- CSSM_CL_INVALID_RESULTS_HANDLE
Invalid query handle.
- CSSM_CL_CRL_ABORT_QUERY_FAIL
Unable to get next item.
CSSM_CL_CrlGetFirstFieldValue, CSSM_CL_CrlGetNextFieldValue
Contents | Next section | Index |