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