CSSM_DeregisterManagerServices
CSSM_RETURN CSSMAPI CSSM_DeregisterManagerServices
(const CSSM_GUID_PTR GUID)
This function is used by an elective module manager to de-register its function table with CSSM core services prior to termination.
- GUID (input)
A pointer to the CSSM_GUID structure containing the global unique identifier for this module.
CSSM_OK if the function was successful. CSSM_FAIL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_GUID
Invalid GUID.
- CSSM_DEREGISTER_SERVICES_FAIL
Unable to deregister services.
CSSM_RegisterManagerServices
Contents | Next section | Index |