|
VMS Help CDSA, CDSA_API, CSSM ModuleDetach *Conan The Librarian |
NAME
CSSM_ModuleDetach - Detach application from service provider
module (CDSA)
SYNOPSIS
# include <cssm.h>
CSSM_RETURN CSSMAPI CSSM_ModuleDetach
(CSSM_MODULE_HANDLE ModuleHandle)
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
ModuleHandle (input)
The handle that describes the service provider module.
DESCRIPTION
This function detaches the application from the service provider
module.
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.
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA)
Other Help Topics
Functions: CSSM_ModuleAttach
|
|