Home
last modified time | relevance | path

Searched refs:MONITOR_DEFAULTTONULL (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmonitor.c415 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 Dmonitor.c500 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 Dappbar.cpp89 if (hMon && hMon != MonitorFromWindow(data->hwnd, MONITOR_DEFAULTTONULL)) in appbar_notify_all()
H A Dtraywnd.cpp1095 hMon = MonitorFromRect(pRect, MONITOR_DEFAULTTONULL); in GetMonitorFromRect()
1299 hMon = MonitorFromPoint(pt, MONITOR_DEFAULTTONULL); in GetDraggingRectFromPt()
/reactos/dll/directx/wine/quartz/
H A Dvmr9.c2772 mon = MonitorFromWindow(hwnd, MONITOR_DEFAULTTONULL); in d3d9_adapter_from_hwnd()
/reactos/sdk/include/psdk/
H A Dwinuser.h2795 #define MONITOR_DEFAULTTONULL 0 macro