Error handler flags
enum
{
CX_EHF_DEFAULT = 1,
CX_EHF_DISABLE_PERM = 2,
CX_EHF_DISABLE_TEMP = 4,
};
Value | Meaning |
---|---|
CX_EHF_DEFAULT |
Activate default host Error Handle |
CX_EHF_DISABLE_PERM |
Plug-in should be disabled by host app (permanently) |
CX_EHF_DISABLE_TEMP |
Plug-in should be disabled by host app (temporarily) |
Used in the CX_ErrorHandler function.
Header: CX_PlugIn.h