GetStdioWindowOptions
- Updated2023-02-21
- 1 minute(s) read
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 |
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 |
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