CSSM_ModuleUninstall
CSSM_RETURN CSSMAPI CSSM_ModuleUninstall
(const CSSM_GUID_PTR GUID)
This function deletes the persistent CSSM internal information about the module, removing it from the name space of available modules in the CSSM system.
- GUID (input)
A pointer to the CSSM_GUID structure containing the global unique identifier for the module.
A CSSM_OK return value means the module has been successfully uninstalled. If CSSM_FAIL is returned, an error has occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_POINTER
Invalid pointer.
- CSSM_INVALID_GUID
CSP module was not installed.
- CSSM_REGISTRY_ERROR
Unable to delete information.
CSSM_ModuleInstall
Contents | Next section | Index |