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


MDSUTIL_FreeModuleInfo
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_FreeModuleInfo - Frees memory associated with the MDSUTIL_GetModuleInfo function.

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_FreeModuleInfo(MDSUTIL_MODULE_INFO_PTR ModuleInfo)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

ModuleInfo (input)
 A pointer to the data to be freed.


return to top DESCRIPTION  

This routine frees the list of module information that wasreturned by MDSUTIL_GetModuleInfo. All substructures within theinfo structure are freed by this function.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition.The value CSSM_OK indicates success. All other valuesrepresent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CSSM_INVALID_POINTER

CSSMERR_CSSM_NOT_INITIALIZED


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

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


go to previous page: MDS_UninstallMDS_Uninstall
go to next page: MDSUTIL_FreeModuleListMDSUTIL_FreeModuleList