CX_ErrorHandler function

Function that handles exceptions caused by the plug-in.

Syntax

PLUGIN_API int __stdcall CX_ErrorHandler
(
   CX_ErrorHandlerParams* pehp
);

Parameters

pehp

Type: CX_ErrorHandlerParams*

[in] Error Handler Parameters

Return Value

The return value should be one of the CX_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 a CX_EHF flag.

Requirements

Header: CX_PlugIn.h

See also: