CSSM_ModuleDetach
CSSM_RETURN CSSMAPI CSSM_ModuleDetach
(CSSM_MODULE_HANDLE ModuleHandle)
This function detaches the application from the service provider module.
- ModuleHandle (input)
The handle that describes the service provider module.
A CSSM_OK return value signifies that the application has been detached from the module. If CSSM_FAIL is returned, an error has occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_ADDIN_HANDLE
Invalid module handle.
CSSM_ModuleAttach
Contents | Next section | Index |