skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSSM_TP_RetrieveCredResultCSSM_TP_RetrieveCredResult
go to next page: CSSM_UpdateContextAttributesCSSM_UpdateContextAttributes
end of book navigation links


CSSM_Unintroduce
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_Unintroduce - Remove module (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSM_Unintroduce(const CSSM_GUID *ModuleID)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

ModuleID (input)
 The CSSM_GUID of the calling library or other librarythat can call CDSA interfaces. The GUID is used to locate the moduleintegrity and privilege information. If the ModuleID is NULL,then the caller will be unintroduced.


return to top DESCRIPTION  

The CSSM_Unintroduce() function removes the module referenced by ModuleID fromthe list of module information maintained by the CSSM framework.

A caller can unintroduce modules other than itself if thecaller has been previously introduced.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_GUID


return to top SEE ALSO  

Intel CDSA Application Developer's Guide
go to previous page: CSSM_TP_RetrieveCredResultCSSM_TP_RetrieveCredResult
go to next page: CSSM_UpdateContextAttributesCSSM_UpdateContextAttributes