Structure that contains error handler parameters.
struct IF_ErrorHandlerParams
{
IF_ErrorHandlerParams() { ZeroMemory(this, sizeof(*this)); };
BOOL fIsGUI;
};
fIsGUI
Type: BOOL
Does the host application have a GUI
Used by the IF_ErrorHandler function.
Header: IF_PlugIn.h