|
CSSM_SPI_ModuleUnload(3)
Contents |
CSSM_SPI_ModuleUnload - Disable events and deregister CSSM
event notification (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMSPI CSSM_SPI_ModuleUnload (const CSSM_GUID
*CssmGuid, const CSSM_GUID *ModuleGuid, CSSM_SPI_ModuleEventHandler
CssmNotifyCallback, void* CssmNotifyCallbackCtx)
Common Security Services Manager library (libcssm.so)
The CSSM_GUID of the caller. The CSSM_GUID of the invoked
service provider module. A function pointer for the CSSM
event handler that manages events of type CSSM_MODULE_EVENT.
The context to be returned to CSSM as input on
each callback to the event handler defined by CssmNotifyCallback.
This function disables events and deregisters the CSSM
event-notification function. The add-in service module can
perform cleanup operations, reversing the initialization
performed in CSSM_SPI_ModuleLoad().
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.
Errors are described in the CDSA technical standard. See
CDSA_intro(3).
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_SPI_ModuleDetach(3), CSSM_SPI_ModuleLoad(3)
CSSM_SPI_ModuleUnload(3)
[ Back ] |