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