Function that handles exceptions caused by the plug-in.
PLUGIN_API int __stdcall CX_ErrorHandler
(
CX_ErrorHandlerParams* pehp
);
pehp
Type: CX_ErrorHandlerParams*
[in] Error Handler Parameters
The return value should be one of the CX_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 a CX_EHF flag.
Header: CX_PlugIn.h