KRSP_RecoveryRequestAbort
CSSM_RETURN CSSMKRSPI KRSP_RecoveryRequestAbort
(CSSM_KRSP_HANDLE KRSPHandle,
CSSM_HANDLE ResultsHandle )
This function terminates a recovery request operation and releases any state information related to the recovery request.
- KRSPHandle (input)
The handle that describes the add-in key recovery service provider module used to perform up calls to CSSM for the memory functions managed by CSSM.
- ResultsHandle (input)
The handle returned from a successful KRSP_RecoveryRequest operation.
A CSSM return value. This function returns CSSM_OK if successful and returns an error code if an error has occurred.
- CSSM_INVALID_KR_HANDLE
Invalid KR handle.
- CSSM_KR_INVALID_HANDLE
Invalid cache handle.
Contents | Next section | Index |