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: Elective Module Manager APIsElective Module Manager APIs
 
go to next page: EventNotifyManagerEventNotifyManager
end of book navigation links


DeregisterDispatchTable
Parameters
Return Value
See Also
 Description
Errors

NAME

DeregisterDispatchTable - Invalidate CSSM pointers to EMM

SYNOPSIS  

# include <cssm.h>

(void)


return to top PARAMETERS  

None.


return to top DESCRIPTION  

This EMM-defined function is invoked by CSSM once for each CSSM_ModuleDetach() operation issued against a service provider of the typemanaged by the EMM. CSSM uses this function to inform the EMM thatthe set of CSSM function pointers provided to the EMM when the sessionwas attached are no longer valid.


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: RegisterDispatchTable


 
go to next page: EventNotifyManagerEventNotifyManager