SetStdioWindowVisibility

void SetStdioWindowVisibility (int visible);

Purpose

If you set the Standard I/O port to CVI_STDIO_WINDOW, this function either brings to the foreground or hides the Standard Input/Output Window.

If you set the Standard I/O port to HOST_SYSTEM_STDIO, this function either brings to the foreground or hides the console window.

Parameters

Input
Name Type Description
visible integer 1 = bring to foreground

0 = hide

Return Value

None.