void GetStdioWindowVisibility (int *visible);
If the Standard I/O port is set to CVI_STDIO_WINDOW, this function indicates whether the Standard Input/Output Window is currently visible.
If the Standard I/O port is set to HOST_SYSTEM_STDIO, this function indicates whether the console window is currently visible.
If the window is minimized into an icon, GetStdioWindowVisibility considers the window to be not visible. If you cannot see the window because its position is off the screen, GetStdioWindowVisibility considers the window to be visible.
Output | ||
Name | Type | Description |
visible | integer | Indicates whether the Standard Input/Output Window or console window is currently visible. 1 = Window is visible 0 = Window is not visible |
None.