GetStdioWindowSize
- Updated2023-02-21
- 1 minute(s) read
GetStdioWindowSize
void GetStdioWindowSize (int *height, int *width);
Purpose
Gets the height and width, in pixels, of the console window.
Parameters
Output | ||
Name | Type | Description |
height | int | Current height, in pixels, of the console window. |
width | int | Current width, in pixels, of the console window. |
Return Value
None.
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later