Home | History | Annotate | Download | only in include

Lines Matching refs:hMonitor

63   typedef WINBOOL (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);
108 HMONITOR (WINAPI *g_pfnMonitorFromWindow)(HWND,DWORD) = NULL;
109 HMONITOR (WINAPI *g_pfnMonitorFromRect)(LPCRECT,DWORD) = NULL;
110 HMONITOR (WINAPI *g_pfnMonitorFromPoint)(POINT,DWORD) = NULL;
111 WINBOOL (WINAPI *g_pfnGetMonitorInfo)(HMONITOR,LPMONITORINFO) = NULL;
174 #define xPRIMARY_MONITOR ((HMONITOR)0x12340042)
176 HMONITOR WINAPI xMonitorFromPoint(POINT ptScreenCoords,DWORD dwFlags) {
189 HMONITOR WINAPI xMonitorFromRect(LPCRECT lprcScreenCoords,DWORD dwFlags)
203 HMONITOR WINAPI xMonitorFromWindow(HWND hWnd,DWORD dwFlags) {
211 WINBOOL WINAPI xGetMonitorInfo(HMONITOR hMonitor,LPMONITORINFO lpMonitorInfo) {
214 WINBOOL f = g_pfnGetMonitorInfo(hMonitor,lpMonitorInfo);
222 if((hMonitor==xPRIMARY_MONITOR) &&
330 extern HMONITOR WINAPI xMonitorFromWindow(HWND,DWORD);
331 extern HMONITOR WINAPI xMonitorFromRect(LPCRECT,DWORD);
332 extern HMONITOR WINAPI xMonitorFromPoint(POINT,DWORD);
333 extern WINBOOL WINAPI xGetMonitorInfo(HMONITOR,LPMONITORINFO);