LabWindows/CVI

Content Type
Programming Language
Current manual

SetStdioWindowVisibility

SetStdioWindowVisibility

void SetStdioWindowVisibility (int visible);

Purpose

This function either brings to the foreground or hides the console window.

Parameters

Input
Name Type Description
visible int 1 = bring to foreground

0 = hide

Return Value

None.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Example

Refer to userint\standardio.cws for an example of using the SetStdioWindowVisibility function.

Was this information helpful?