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


CSSM_DeleteContextAttributes
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_DeleteContextAttributes - Delete internal data (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_DeleteContextAttributes(CSSM_CC_HANDLE CCHandle,uint32 NumberOfAttributes,const CSSM_CONTEXT_ATTRIBUTE *ContextAttributes)


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 that is to bedeleted.
NumberOfAttributes (input)
 The number of attributes to be deleted as specifiedin the array of context attributes.
ContextAttributes (input)
 The attributes to be deleted from the context. Onlythe attribute type is required. Any attribute values in the CSSM_CONTEXT_ATTRIBUTEstructures are ignored.


return to top DESCRIPTION  

This function deletes internal data associated with the givenattribute type of the context handle.


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_CSSM_INVALID_CONTEXT_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_GetContextAttributes, CSSM_UpdateContextAttributes


go to previous page: CSSM_DeleteContextCSSM_DeleteContext
go to next page: cssm_DeregisterManagerServicescssm_DeregisterManagerServices