IE_ErrorHandlerParams struct

Structure that contains error handler parameters.

Syntax

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

   BOOL fIsGUI;
};

Members

fIsGUI

Type: BOOL

Does the host app have a GUI

Remarks

Used in the IE_ErrorHandler function.

Requirements

Header: IE_PlugIn.h

See also: