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 Functions API Functions
go to previous page: CSSM_CSP_Logout CSSM_CSP_Logout
go to next page: CSSM_DeleteContextAttributesCSSM_DeleteContextAttributes
end of book navigation links


CSSM_DeleteContext
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_DeleteContext - Free the context structure (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_DeleteContext
(CSSM_CC_HANDLE CCHandle)


return to top LIBRARY  

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


return to top PARAMETERS  

CCHandle (input)
 The handle that describes a context to be deleted.


return to top DESCRIPTION  

This function frees the context structure allocated by any of the CSSM_Createxxxxx context functions.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particular error condition. The value CSSM_OK indicates success. All other values represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_CONTEXT_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_CSP_CreateAsymmetricContext, CSSM_CSP_CreateKeyGenContext, CSSM_CSP_CreateDigestContext, CSSM_CSP_CreateSignatureContext, CSSM_CSP_CreateSymmetricContext, and others.


go to previous page: CSSM_CSP_Logout CSSM_CSP_Logout
go to next page: CSSM_DeleteContextAttributesCSSM_DeleteContextAttributes