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


MDSUTIL_GetCredLocationFromGUID
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_GetCredLocationFromGUID - Returns the location of the add-in module, and the associatedcredentials file for the add-in module.

SYNOPSIS  

# include <mds_util_api.h>
#include <mds_util_helper.h>

CSSM_RETURN CSSMAPI MDSUTIL_GetCredLocationFromGUID(const CSSM_GUID *ModuleGUID,CSSM_DATA *pModulePath,CSSM_DATA *pModuleCredentialPath,CSSM_API_MEMORY_FUNCS_PTR MemoryFuncs)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

ModuleGUID (input)
 A pointer to the module's Globally Unique ID.
pModulePath (output)
 A pointer to the module's full filespec location.
pModuleCredentialPath (output)
 A pointer to the module's credential full filespeclocation.
MemoryFuncs (input)
 The memory-management routines MDS uses to allocatequery results on behalf of the caller.


return to top DESCRIPTION  

This function returns the location of the add-in module, andthe associated credentials file for the add-in module. The calleris responsible for freeing the memory in the output parameters.


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

CSSMERR_CSSM_MDS_ERROR

CSSM_ERRCODE_INVALID_OUTPUT_POINTER

CSSM_ERRCODE_MEMORY_ERROR


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: MDSUTIL_ModuleInstall, MDSUTIL_ModuleUninstall, MDSUTIL_ListModules, MDSUTIL_GetModuleInfo, MDSUTIL_FreeModuleInfo, MDSUTIL_FreeModuleList, MDSUTIL_ListModuleManagers, MDSUTIL_GetModuleManagerInfo, MDSUTIL_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term


go to previous page: MDSUTIL_FreeModuleListMDSUTIL_FreeModuleList
go to next page: MDSUTIL_GetModuleInfoMDSUTIL_GetModuleInfo