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


CSSM_GetSubserviceUIDFromHandle
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_GetSubserviceUIDFromHandle - Complete a subservice unique identifier structure (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_GetSubserviceUIDFromHandle(CSSM_MODULE_HANDLE ModuleHandle,CSSM_SUBSERVICE_UID_PTR SubserviceUID)


return to top LIBRARY  

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


return to top PARAMETERS  

ModuleHandle (input)
 Handle of the module subservice for which the subserviceunique identifier should be returned.
SubserviceUID (output)
 Subservice UID value associated with ModuleHandle.The caller has to allocate the buffer.


return to top DESCRIPTION  

This function completes a structure containing the persistentunique identifier of the attached module subservice, as identifiedby the input 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_GetModuleGUIDFromHandle


go to previous page: CSSM_GetPrivilegeCSSM_GetPrivilege
go to next page: CSSM_InitCSSM_Init