Error handler flags
enum
{
IF_EHF_DEFAULT = 1,
IF_EHF_DISABLE_PERM = 2,
IF_EHF_DISABLE_TEMP = 4,
};
Value | Meaning |
---|---|
IF_EHF_DEFAULT |
Activate default host Error Handler |
IF_EHF_DISABLE_PERM |
Plug-in should be disabled by host app (permanently) |
IF_EHF_DISABLE_TEMP |
Plug-in should be disabled by host app (temporarily) |
Used by the IF_ErrorHandler function.
Header: IF_PlugIn.h