IE_ErrorHandler function

Function that handles exceptions caused by the plug-in.

Syntax

PLUGIN_API int __stdcall IE_ErrorHandler
(
   IE_ErrorHandlerParams* pehp
);

Parameters

pehp

Type: IE_ErrorHandlerParams*

[in] Error handler parameters

Return Value

The return value should be one of the IE_EHF flags.

Remarks

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 IE_EHF flag.

Requirements

Header: IE_PlugIn.h

See also: