Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 15:34:49 +0000



Post From: ACSIL - GetWindowRect function and SC Charts windows

[2017-07-02 19:18:45]
Zosimus - Posts: 345
Will the Windows API GetWindowRect function work within an acsil study for getting the pixel dimentions of a specific chart? (windows.h included of course).
If yes which handle should I use for the window of the chart to which the study is applied?

BOOL WINAPI GetWindowRect(
_In_ HWND hWnd,
_Out_ LPRECT lpRect
);