PFV_IDPES_FN_FREE_MEM

Frees memory previously allocated for user exits to use.
Restriction: 本トピックは、Enterprise Server 機能が有効な場合にのみ該当します。

Syntax:

typedef void *(*PFV_IDPES_FN_FREE_MEM)(void *mem);

On Entry:

mem Memory to be freed

On Exit:

None

Function returns:

Nothing

Comments:

Used by user exits to free memory previously allocated via the fn_alloc_mem support function of IDP_EXIT_SERVICE_FUNCS.