CSSM_DeregisterServices
CSSM_RETURN CSSMAPI CSSM_DeregisterServices
(const CSSM_GUID_PTR GUID)
This function is used by an add-in module to de-register its function table with CSSM.
- 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_RegisterServices
Contents | Next section | Index |