Searched refs:hMonitor (Results 1 – 4 of 4) sorted by relevance
43 getMonitorInfo(HMONITOR hMonitor, HDC hdc, LPRECT rect, LPARAM _data) in getMonitorInfo() argument55 data->monitorHandle = hMonitor; in getMonitorInfo()
112 defaultScreenInfo.hMonitor = MonitorFromWindow(NULL, MONITOR_DEFAULTTOPRIMARY); in winInitializeScreenDefaults()326 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()377 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()410 g_ScreenInfo[nScreenNum].hMonitor = data.monitorHandle; in ddxProcessArgument()
474 if (GetMonitorInfo(pScreenInfo->hMonitor, &mi)) { in winGetWorkArea()560 pScreenInfo->hMonitor)) in winTaskbarOnScreenEdge()
358 HMONITOR hMonitor; member