|
CSSM_GetModuleGUIDFromHandle(3)
Contents |
CSSM_GetModuleGUIDFromHandle - Get GUID of the attached
module (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_GetModuleGUIDFromHandle
(CSSM_MODULE_HANDLE ModuleHandle, CSSM_GUID_PTR ModuleGUID)
The handle of the module for which the GUID should be
returned. The GUID of the module associated with ModuleHandle.n.
This function returns the GUID of the attached module
identified by the specified handle.
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 are described in the CDSA technical standard. See
CDSA_intro(3).
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_GetSubserviceUIDFromHandle(3)
CSSM_GetModuleGUIDFromHandle(3)
[ Back ] |