<< engGetVariable | MEX functions | engOpen >> |
#include "engine.h" |
int engGetVisible(Engine *ep, bool *value); |
handle to Nelson engine.
0 if successful or 1 if an error occurs.
true (visible) or false (minimize).
Determine visibility of Nelson engine session
edit([modulepath('mex', 'tests'), '/test_engine.c'])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET