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


CSSM_SPI_ModuleUnload
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_SPI_ModuleUnload - Disable events and deregister CSSM event notification(CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMSPI CSSM_SPI_ModuleUnload(const CSSM_GUID *CssmGuid,const CSSM_GUID *ModuleGuid,CSSM_SPI_ModuleEventHandler CssmNotifyCallback,void* CssmNotifyCallbackCtx)


return to top LIBRARY  

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


return to top PARAMETERS  

CssmGuid (input)
 The CSSM_GUID of the caller.
ModuleGuid (input)
 The CSSM_GUID of the invoked service provider module.
CssmNotifyCallback (input)
 A function pointer for the CSSM event handler thatmanages events of type CSSM_MODULE_EVENT.
CssmNotifyCallbackCtx (input)
 The context to be returned to CSSM as input on eachcallback to the event handler defined by CssmNotifyCallback.


return to top DESCRIPTION  

This function disables events and deregisters the CSSM event-notification function.The add-in service module can perform cleanup operations, reversingthe initialization performed in CSSM_SPI_ModuleLoad().


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_ModuleDetach, CSSM_SPI_ModuleLoad


go to previous page: CSSM_SPI_ModuleLoadCSSM_SPI_ModuleLoad
go to next page: CSSM_TerminateCSSM_Terminate