LabWindows/CVI

Content Type
Programming Language
Current manual

GetStdioWindowSize

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

Was this information helpful?