Searched refs:MONITOR_DEFAULTTONULL (Results 1 – 6 of 6) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | monitor.c | 415 if (dwFlags != MONITOR_DEFAULTTONULL && in UserMonitorFromRect() 489 if (dwFlags != MONITOR_DEFAULTTONULL && in UserMonitorFromPoint() 623 cMonitors = IntGetMonitorsFromRect(pRect, NULL, NULL, 0, MONITOR_DEFAULTTONULL); in NtUserEnumDisplayMonitors() 655 dwListSize, MONITOR_DEFAULTTONULL); in NtUserEnumDisplayMonitors() 835 if (dwFlags != MONITOR_DEFAULTTONULL && in NtUserMonitorFromPoint() 889 if (dwFlags != MONITOR_DEFAULTTONULL && in NtUserMonitorFromRect() 978 if (dwFlags != MONITOR_DEFAULTTONULL && in NtUserMonitorFromWindow()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | monitor.c | 500 monitor = pMonitorFromWindow( 0, MONITOR_DEFAULTTONULL ); in test_monitors() 508 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 519 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 524 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 529 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 540 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 550 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors() 604 monitor = pMonitorFromRect( &rc, MONITOR_DEFAULTTONULL ); in test_monitors()
|
/reactos/base/shell/explorer/ |
H A D | appbar.cpp | 89 if (hMon && hMon != MonitorFromWindow(data->hwnd, MONITOR_DEFAULTTONULL)) in appbar_notify_all()
|
H A D | traywnd.cpp | 1095 hMon = MonitorFromRect(pRect, MONITOR_DEFAULTTONULL); in GetMonitorFromRect() 1299 hMon = MonitorFromPoint(pt, MONITOR_DEFAULTTONULL); in GetDraggingRectFromPt()
|
/reactos/dll/directx/wine/quartz/ |
H A D | vmr9.c | 2772 mon = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in d3d9_adapter_from_hwnd()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 2795 #define MONITOR_DEFAULTTONULL 0 macro
|