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
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated