Structure that contains error handler parameters.
struct CX_ErrorHandlerParams
{
CX_ErrorHandlerParams() { ZeroMemory(this, sizeof(*this)); };
BOOL fIsGUI;
};
fIsGUI
Type: BOOL
Does the host app have a GUI
This structure is used in the CX_ErrorHandler function.
Header: CX_PlugIn.h