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


MDSUTIL_FreeModuleList
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

MDSUTIL_FreeModuleList - Frees the list of add-in modules that was returned by MDSUTIL_ListModules.

SYNOPSIS  

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

CSSM_RETURN CSSMAPI MDSUTIL_FreeModuleList(MDSUTIL_LIST_PTR List)


return to top LIBRARY  

Module Directory Services library (cdsa$mds300_shr.exe)


return to top PARAMETERS  

List (input) A pointer to a MDSUTIL_LIST pointer.


return to top DESCRIPTION  

This routine frees the list of add-in modules that was returnedby MDSUTIL_ListModules.


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




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_FreeModuleInfo, MDSUTIL_ListModuleManagers, MDSUTIL_GetModuleManagerInfo, MDSUTIL_ModuleManagerInstall, MDSUTIL_ModuleManagerUninstall, MDSUTIL_Init, MDSUTIL_Term


go to previous page: MDSUTIL_FreeModuleInfoMDSUTIL_FreeModuleInfo
go to next page: MDSUTIL_GetCredLocationFromGUIDMDSUTIL_GetCredLocationFromGUID