Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

DeregisterDispatchTable

SYNOPSIS

CSSM_RETURN CSSMAPI DeregisterDispatchTable
    (CSSM_MODULE_HANDLE ModuleHandle)

DESCRIPTION

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.

PARAMETERS

ModuleHandle (input)

The unique module handle of the session between the application and the add-in service module.

RETURN VALUE

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.

ERRORS

CSSM_SERVICE_DEREGISTRY_FAIL

Unable to clean-up for session shutdown.

SEE ALSO

RegisterDispatchTable

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index