EssFreeMbrErr
Description
EssFreeMbrErr() frees the memory allocated for a linked
list of ESS_MBRERR_T structures.
Syntax
ESS_FUNC_M EssFreeMbrErr (hCtx, ppMbrErr);
ESS_HCTX_T | hCtx |
ESS_PMBRERR_T | ppMbrErr |
Parameters
hCtx | Essbase API context handle. |
ppMbrErr | Pointer to linked list contained in ESS_MBRERR_T.
|
Return
Value
None.
Notes
- This function can only be used to free the memory allocated
for ESS_MBRERR_T as used by EssImport().
- See EssImport() for more information on ppMbrErr.
Access
This function requires no special privileges.
Example
See the example of EssImport().
See
Also
EssImport()