|
CSSM_ModuleDetach(3)
Contents |
CSSM_ModuleDetach - Detach application from service
provider module (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_ModuleDetach (CSSM_MODULE_HANDLE
ModuleHandle)
Common Security Services Manager library (libcssm.so)
The handle that describes the service provider module.
This function detaches the application from the service
provider module.
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_ModuleAttach(3)
CSSM_ModuleDetach(3)
[ Back ] |