GetStdioWindowSize

void GetStdioWindowSize (int *height, int *width);

Purpose

Gets the height and width, in pixels, of the client area of the Standard Input/Output window, if the Standard I/O port is set to CVI_STDIO_WINDOW. The client area excludes the frame and the title bar.

Gets the height and width, in pixels, of the entire console window, if the Standard I/O port is set to HOST_SYSTEM_STDIO.

Parameters

Output
Name Type Description
height integer Current height, in pixels, of the client area of the Standard Input/Output window, or the current height, in pixels, of the entire console window.
width integer Current width, in pixels, of the client area of the Standard Input/Output window, or the current width, in pixels, of the entire console window.

Return Value

None.