skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSSM_ModuleAttachCSSM_ModuleAttach
go to next page: CSSM_ModuleLoadCSSM_ModuleLoad
end of book navigation links


CSSM_ModuleDetach
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_ModuleDetach - Detach application from service provider module (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_ModuleDetach(CSSM_MODULE_HANDLE ModuleHandle)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

ModuleHandle (input)
 The handle that describes the service provider module.


return to top DESCRIPTION  

This function detaches the application from the service providermodule.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_ModuleAttach


go to previous page: CSSM_ModuleAttachCSSM_ModuleAttach
go to next page: CSSM_ModuleLoadCSSM_ModuleLoad