Frees the memory allocated for a linked list of ESS_MBRERR_T structures.
Syntax
ESS_FUNC_M EssFreeMbrErr (hCtx, ppMbrErr);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
ppMbrErr | ESS_PMBRERR_T | Pointer to linked list contained in ESS_MBRERR_T. |
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.
Return Value
None.
Access
This function requires no special privileges.
Example
See the example of EssImport.
See Also