Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

CSSM_ModuleUninstall

SYNOPSIS

CSSM_RETURN CSSMAPI CSSM_ModuleUninstall
    (const CSSM_GUID_PTR GUID)

DESCRIPTION

This function deletes the persistent CSSM internal information about the module, removing it from the name space of available modules in the CSSM system.

PARAMETERS

GUID (input)

A pointer to the CSSM_GUID structure containing the global unique identifier for the module.

RETURN VALUE

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.

ERRORS

CSSM_INVALID_POINTER

Invalid pointer.

CSSM_INVALID_GUID

CSP module was not installed.

CSSM_REGISTRY_ERROR

Unable to delete information.

SEE ALSO

CSSM_ModuleInstall

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index