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_ThCtx
ESS_PMBRERR_T ppMbrErr

Parameters

hCtxEssbase API context handle.
ppMbrErrPointer to linked list contained in ESS_MBRERR_T.

Return Value

None.

Notes

Access

This function requires no special privileges.

Example

See the example of EssImport().

See Also

EssImport()