HWND Parent_HWND = FindWindowA(NULL, "Калькулятор"); POINT my_point; my_point.x = 10; my_point.y = 0; int my_int = MapWindowPoints(Parent_HWND, HWND_DESKTOP, ...
確定! 回上一頁