Searched refs:HMONITOR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddisplay.cpp54 // Older versions of windef.h don't define HMONITOR. Unfortunately, we
55 // can't directly test whether HMONITOR is defined or not in windef.h as
59 DECLARE_HANDLE(HMONITOR); variable
60 typedef BOOL(CALLBACK * MONITORENUMPROC )(HMONITOR, HDC, LPRECT, LPARAM);
111 HMONITOR hmon);
123 typedef HMONITOR (WINAPI *MonitorFromPoint_t)(POINT,DWORD);
124 typedef HMONITOR (WINAPI *MonitorFromWindow_t)(HWND,DWORD);
125 typedef BOOL (WINAPI *GetMonitorInfo_t)(HMONITOR,LPMONITORINFO);
145 wxDisplayInfo(HMONITOR hmon = NULL)
160 HMONITOR m_hmo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmissing.h393 DECLARE_HANDLE(HMONITOR); variable
394 typedef BOOL(CALLBACK* my_MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);

Completed in 123 milliseconds