DeregisterDispatchTable
CSSM_RETURN CSSMAPI DeregisterDispatchTable
(CSSM_MODULE_HANDLE ModuleHandle)
This function informs the elective module manager that the session identified by the module handle is shutting down. The notification is provided by the CSSM core services. The module handle uniquely identifies an application and add-in module session that the module manager has been servicing.
- ModuleHandle (input)
The unique module handle of the session between the application and the add-in service module.
A CSSM_OK return value signifies the module manager has successfully acted on the notification of session shutdown between an application and a add-in service module. When CSSM_FAIL is returned, the module manager was unable to perform the operations required for shutdown of individual sessions. Use CSSM_GetError to obtain the error code.
- CSSM_SERVICE_DEREGISTRY_FAIL
Unable to clean-up for session shutdown.
RegisterDispatchTable
Contents | Next section | Index |