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


CL_FreeFieldValue
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CL_FreeFieldValue: CSSM_CL_FreeFieldValue - Free field data (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_CL_FreeFieldValue(CSSM_CL_HANDLE CLHandle,const CSSM_OID *CertOrCrlOid,CSSM_DATA_PTR Value)SPI:CSSM_RETURN CSSMCLI CL_FreeFieldValue(CSSM_CL_HANDLE CLHandle,const CSSM_OID *CertOrCrlOid,CSSM_DATA_PTR Value)


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.
CertOrCrlOid (input)
 A pointer to the CSSM_OID structure describing thetype of the Value to be freed.
Value (input)
 A pointer to the CSSM_DATA structure containingthe Data to be freed.


return to top DESCRIPTION  

This function frees the data specified by Value and Value->Data. CertOrCrlOid indicatesthe type of the data in Value.

This function should be used only to free CSSM_DATA valuesreturned from calls CSSM_CL_CertGetFirstFieldValue(), CSSM_CL_CertGetNextFieldValue(), CSSM_CL_CertGetFirstCachedFieldValue(), CSSM_CL_CertGetNextCachedFieldValue(), CSSM_CL_CrlGetFirstFieldValue(), CSSM_CL_CrlGetNextFieldValue(), CSSM_CL_CrlGetFirstCachedFieldValue(), CSSM_CL_CrlGetNextCachedFieldValue(), or their CLI SPI equivalents.


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_UNKNOWN_TAG


return to top SEE ALSO  

Intel CDSA Application Developer's Guide
go to previous page: CL_FreeFieldsCL_FreeFields
go to next page: CL_IsCertInCachedCrlCL_IsCertInCachedCrl