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


CSSM_SPI_ModuleDetach
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_SPI_ModuleDetach - Notify service module of a context event (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMSPI CSSM_SPI_ModuleDetach(CSSM_MODULE_HANDLE ModuleHandle)


return to top LIBRARY  

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


return to top PARAMETERS  

ModuleHandle (input)
 The CSSM_HANDLE value associated with the attachsession being terminated by this function.


return to top DESCRIPTION  

This function is invoked by CSSM once for each invocationof CSSM_ModuleDetach() specifying the attach-session identified by ModuleHandle.The function entry point for CSSM_SPI_ModuleDetach isincluded in the module function table CSSM_MODULE_FUNCS returnedto CSSM as output of a successful CSSM_SPI_ModuleAttach.

The service module must perform all cleanup operations associatedwith the specified attach 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.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_SPI_ModuleAttach, CSSM_SPI_ModuleUnload


go to previous page: CSSM_SPI_ModuleAttachCSSM_SPI_ModuleAttach
go to next page: CSSM_SPI_ModuleLoadCSSM_SPI_ModuleLoad