ID_ErrorHandlerParams struct

Structure that contains error handler parameters.

Syntax

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

   BOOL fIsGUI;
};

Members

fIsGUI

Type: BOOL

Does the host app have a GUI

Remarks

Used in the ID_ErrorHandler function.

Requirements

Header: ID_PlugIn.h

See also: