LabWindows/CVI

Content Type
Programming Language
Current manual

GetStdioWindowVisibility

GetStdioWindowVisibility

void GetStdioWindowVisibility (int *visible);

Purpose

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.

Parameters

Output
Name Type Description
visible int Indicates whether the console window is currently visible.

1 = Window is visible
0 = Window is not visible

Return Value

None.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Was this information helpful?