|
VMS Help CDSA, CDSA_API, CSSM Unintroduce *Conan The Librarian |
NAME
CSSM_Unintroduce - Remove module (CDSA)
SYNOPSIS
# include <cssm.h>
CSSM_RETURN CSSM_Unintroduce
(const CSSM_GUID *ModuleID)
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
ModuleID (input)
The CSSM_GUID of the calling library or other library that
can call CDSA interfaces. The GUID is used to locate the
module integrity and privilege information. If the ModuleID
is NULL, then the caller will be unintroduced.
DESCRIPTION
The CSSM_Unintroduce() function removes the module referenced by
ModuleID from the list of module information maintained by the CSSM
framework.
A caller can unintroduce modules other than itself if the caller has
been previously introduced.
RETURN VALUE
A CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition.
ERRORS
Errors are described in the CDSA technical standard. See CDSA.
CSSMERR_CSSM_INVALID_GUID
SEE ALSO
Intel CDSA Application Developer's Guide (see CDSA)
|
|