IF_FreeAllocatedParams function

This function frees the parameters returned by IF_RunMenuFilter.

Syntax

PLUGIN_API int __stdcall IF_FreeAllocatedParams
(
   IF_FilterParams* pParams
);

Parameters

pParams

Type: IF_FilterParams*

[in] Params to deallocate. The plug-in should free this memory.

Return Value

For a description of return values, see Return Values.

Remarks

The host application will have made a copy of the parameters for future use.

Requirements

Header: IF_PlugIn.h

See also: