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) PARAMETERS ModuleHandle (input) The handle of the module for which the GUID should be returned. ModuleGUID (output) The GUID of the module associated with ModuleHandle.n. DESCRIPTION This function returns the GUID of the attached module identified by the specified handle. 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. SEE ALSO Books Intel CDSA Application Developer's Guide (see CDSA) Other Help Topics Functions: CSSM_GetSubserviceUIDFromHandle