IF_ErrorHandlerParams struct

Structure that contains error handler parameters.

Syntax

struct IF_ErrorHandlerParams
{
   IF_ErrorHandlerParams() { ZeroMemory(this, sizeof(*this)); };

   BOOL fIsGUI;
};

Members

fIsGUI

Type: BOOL

Does the host application have a GUI

Remarks

Used by the IF_ErrorHandler function.

Requirements

Header: IF_PlugIn.h

See also: