EssFreeMbrErr

Frees the memory allocated for a linked list of ESS_MBRERR_T structures.

Syntax

ESS_FUNC_M EssFreeMbrErr (hCtx, ppMbrErr);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

ppMbrErr

ESS_PMBRERR_T

Pointer to linked list contained in ESS_MBRERR_T.

Notes

Return Value

None.

Access

This function requires no special privileges.

Example

See the example of EssImport.

See Also

  • EssImport