Function that handles exceptions caused by the plug-in.
PLUGIN_API int __stdcall IF_ErrorHandler
(
IF_ErrorHandlerParams* pehp
);
pehp
Type: IF_ErrorHandlerParams*
[in] Error handler parameters
The return value should be one of the IF_EHF flags.
The host will call this function if the plug-in causes an exception. The plug-in may handle the exception how it wishes. This function notably returns an IF_EHF flag.
Header: IF_PlugIn.h