engGetVisible

Determine visibility of Nelson engine session

Syntax

  • #include "engine.h"
  • int engGetVisible(Engine *ep, bool *value);

Input argument

  • Engine *ep - handle to Nelson engine.

Output argument

  • int - 0 if successful or 1 if an error occurs.
  • bool * - true (visible) or false (minimize).

Description

Determine visibility of Nelson engine session

Example

edit([modulepath('mex', 'tests'), '/test_engine.c'])

See also

mex, engSetVisible.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET