Structure that contains error handler parameters.
struct ID_ErrorHandlerParams
{
ID_ErrorHandlerParams() { ZeroMemory(this, sizeof(*this)); };
BOOL fIsGUI;
};
fIsGUI
Type: BOOL
Does the host app have a GUI
Used in the ID_ErrorHandler function.
Header: ID_PlugIn.h