Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

CSSM_FreeModuleInfo

SYNOPSIS

CSSM_RETURN CSSMAPI CSSM_FreeModuleInfo
    (CSSM_MODULE_INFO_PTR ModuleInfo)

DESCRIPTION

This function frees the memory allocated to hold all of the info structures returned by CSSM_GetModuleInfo. All sub-structures within the info structure are freed by this function.

PARAMETERS

ModuleInfo (input)

A pointer to the CSSM_MODULE_INFO structures to be freed.

RETURN VALUE

A CSSM return value. This function returns CSSM_OK if successful, and returns an error code if an error has occurred.

ERRORS

CSSM_NOT_INITIALIZE

CSSM_Init has not been invoked.

CSSM_INVALID_POINTER

Invalid input pointer.

SEE ALSO

CSSM_GetModuleInfo, CSSM_SetModuleInfo

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index