CSSM_GetHandleInfo
CSSM_HANDLEINFO_PTR CSSMAPI CSSM_GetHandleInfo
(CSSM_HANDLE ModuleHandle)
Returns a structure that can contain a callback function and session flags provided by the application in association with the specified module handle.
- ModuleHandle (input)
Handle of the module for which information should be returned.
A pointer to the CSSM_HANDLEINFO structure containing information registered by the application for use by the add-in module. If the pointer is NULL, an error has occurred; use CSSM_GetError to obtain the error code.
- CSSM_INVALID_MODULE_HANDLE
Invalid add-in handle.
Contents | Next section | Index |