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_GetKeyOwnerCSSM_GetKeyOwner
go to next page: cssm_GetModuleInfocssm_GetModuleInfo
end of book navigation links


CSSM_GetModuleGUIDFromHandle
Parameters
Return Value
See Also
 Description
Errors

NAME

CSSM_GetModuleGUIDFromHandle - Get GUID of the attached module (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_GetModuleGUIDFromHandle(CSSM_MODULE_HANDLE ModuleHandle,CSSM_GUID_PTR ModuleGUID)


return to top PARAMETERS  

ModuleHandle (input)
 The handle of the module for which the GUID shouldbe returned.
ModuleGUID (output)
 The GUID of the module associated with ModuleHandle.n.


return to top DESCRIPTION  

This function returns the GUID of the attached module identifiedby the specified handle.


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.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_GetSubserviceUIDFromHandle


go to previous page: CSSM_GetKeyOwnerCSSM_GetKeyOwner
go to next page: cssm_GetModuleInfocssm_GetModuleInfo