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)
|
LIBRARY
Module Directory Services library (cdsa$mds300_shr.exe)
PARAMETERS
ModuleInfo (input) |
| | A pointer to the data to be freed. |
DESCRIPTION
This routine frees the list of module information that was
returned by MDSUTIL_GetModuleInfo. All substructures within the
info structure are freed by this function.
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.
CSSMERR_CSSM_INVALID_POINTER |
CSSMERR_CSSM_NOT_INITIALIZED |
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