HMONITOR hMonitor = MonitorFromWindow(hWnd, MONITOR_DEFAULTTONEAREST); MONITORINFOEX miex; miex.cbSize = sizeof(miex); GetMonitorInfo(hMonitor, ...
確定! 回上一頁