GetStdioWindowPosition

void GetStdioWindowPosition (int *top, int *left);

Purpose

Gets the current position, in pixels, of the client area of the Standard Input/Output window relative to the upper left corner of the screen, if the Standard I/O port is set to CVI_STDIO_WINDOW. The client area begins under the title bar and to the right of the frame.

Gets the current position, in pixels, of the client area of the console window relative to the upper left corner of the screen, if the Standard I/O port is set to HOST_SYSTEM_STDIO.

Parameters

Output
Name Type Description
top integer Current distance, in pixels, from the top of client area of the Standard Input/Output window to the top of the screen, if the Standard I/O port is set to CVI_STDIO_WINDOW.

Current distance, in pixels, of the top of the client area of the console window to the top of the screen, if the Standard I/O port is set to HOST_SYSTEM_STDIO.
left integer Current distance, in pixels, from the left edge of the client area of the Standard Input/Output window to the left edge of the screen, if the Standard I/O port is set to CVI_STDIO_WINDOW.

Current distance, in pixels, of the left edge of the client area of the console window to the left of the screen, if the Standard I/O port is set to HOST_SYSTEM_STDIO.

Return Value

None.