SetStdioWindowOptions
- Updated2023-02-21
- 1 minute(s) read
SetStdioWindowOptions
int SetStdioWindowOptions (int maximumNumberOfLines, int bringToFrontWhenModified, int showLineNumbers);
Purpose
Sets the current value of the following console window option:
- Bring to front when modified
Parameters
Input | ||||
Name | Type | Description | ||
maximumNumberOfLines | int |
|
||
bringToFrontWhenModified | int | Indicates whether to bring the console window to the front each time you add a string or character to the window. The default value is 1. 1—Yes 0—No |
||
showLineNumbers | int |
|
Return Value
Name | Type | Description | ||||||
status | int | Indicates whether the function succeeded.
|
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 SetStdioWindowOptions function.