 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DeregisterDispatchTable(3)
NAME
DeregisterDispatchTable - Invalidate CSSM pointers to EMM (CDSA)
SYNOPSIS
# include <cdsa/cssm.h>
(void)
LIBRARY
Common Security Services Manager library (libcssm.so)
PARAMETERS
None.
DESCRIPTION
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.
RETURN VALUE
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
Errors are described in the CDSA technical standard. See CDSA_intro(3).
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA_intro(3))
Reference Pages
Functions: RegisterDispatchTable(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|