CX_EHF enum

Error handler flags

Syntax

enum
{
   CX_EHF_DEFAULT = 1,
   CX_EHF_DISABLE_PERM = 2,
   CX_EHF_DISABLE_TEMP = 4,
};

Constants

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)

Remarks

Used in the CX_ErrorHandler function.

Requirements

Header: CX_PlugIn.h