GetStdioWindowPosition
void GetStdioWindowPosition (int *top, int *left);
Purpose
Gets the current position, in pixels, of the client area of the console window relative to the upper left corner of the screen.
Parameters
Output | ||
Name | Type | Description |
top | int | Current distance, in pixels, of the top of the client area of the console window to the top of the screen. |
left | int | Current distance, in pixels, of the left edge of the client area of the console window to the left of the screen. |
Return Value
None.
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later