LabWindows/CVI

Content Type
Programming Language
Current manual

GetStdioWindowOptions

GetStdioWindowOptions

void GetStdioWindowOptions (int *maximumNumberOfLines, int *bringToFrontWhenModified, int *showLineNumbers);

Purpose

Gets the current value of the following console window option:

  • Bring to front when modified

Parameters

Output
Name Type Description
maximumNumberOfLines int
Note Note  This value is not used.
LabWindows/CVI returns 0 for this parameter.

You can pass NULL.
bringToFrontWhenModified int Indicates whether to bring the console window to the front each time you add a string or character.

You can pass NULL.

1 = Yes
0 = No
showLineNumbers int
Note Note  This value is not used.
LabWindows/CVI returns 0 for this parameter.

You can pass NULL.

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?