|
DeregisterDispatchTable(3)
Contents |
DeregisterDispatchTable - Invalidate CSSM pointers to EMM
(CDSA)
# include <cdsa/cssm.h>
(void)
Common Security Services Manager library (libcssm.so)
None.
This EMM-defined function is invoked by CSSM once for each
CSSM_ModuleDetach() operation issued against a service
provider of the type managed by the EMM. CSSM uses this
function to inform the EMM that the set of CSSM function
pointers provided to the EMM when the session was attached
are no longer valid.
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: RegisterDispatchTable(3)
DeregisterDispatchTable(3)
[ Back ] |