Function that handles exceptions caused by the plug-in.
PLUGIN_API int __stdcall ID_ErrorHandler
(
ID_ErrorHandlerParams* pehp
);
pehp
Type: ID_ErrorHandlerParams*
[in] Error handler parameters
The return value should be one of the ID_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 ID_EHF flag.
Header: ID_PlugIn.h