This function frees the parameters returned by IF_RunMenuFilter.
PLUGIN_API int __stdcall IF_FreeAllocatedParams
(
IF_FilterParams* pParams
);
pParams
Type: IF_FilterParams*
[in] Params to deallocate. The plug-in should free this memory.
For a description of return values, see Return Values.
The host application will have made a copy of the parameters for future use.
Header: IF_PlugIn.h