Home
last modified time | relevance | path

Searched refs:HTRIGHT (Results 1 – 10 of 10) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dnonclient.c28 (((hit) == HTRIGHT) || ((hit) == HTTOPRIGHT) || ((hit) == HTBOTTOMRIGHT))
146 if (pt.x >= wa.right-1) return HTRIGHT; in GetSnapActivationPoint()
221 hittest = HTRIGHT; in DefWndStartSizeMove()
1637 case HTRIGHT: in NC_HandleNCLButtonDown()
1839 return HTRIGHT;
2044 return HTRIGHT; in GetNCHitEx()
H A Ddefwnd.c317 case HTRIGHT: in DefWndHandleSetCursor()
826 UINT edge = wParam == VK_LEFT ? HTLEFT : HTRIGHT; in IntDefWindowProc()
827 UINT otherEdge = edge == HTLEFT ? HTRIGHT : HTLEFT; in IntDefWindowProc()
H A Dwinpos.c3897 if (Wnd->ExStyle2 & WS_EX2_VERTICALLYMAXIMIZEDRIGHT) return HTRIGHT; in IntGetWindowSnapEdge()
3922 case HTRIGHT: in co_IntCalculateSnapPosition()
3994 case HTRIGHT: in IntSetSnapEdge()
/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp815 if (m_uSide == ABE_LEFT && uHitTest == HTRIGHT) in OnNCHitTest()
816 return HTRIGHT; in OnNCHitTest()
/reactos/base/applications/mspaint/
H A Dtextedit.cpp32 case HIT_MIDDLE_RIGHT: return HTRIGHT; in DoHitTest()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c873 return HTRIGHT; in DefWndNCHitTest()
/reactos/sdk/include/psdk/
H A Dwinuser.rh716 #define HTRIGHT 11
H A Dwinuser.h2492 #define HTRIGHT 11 macro
/reactos/base/shell/explorer/
H A Dtraywnd.cpp2589 return HTRIGHT; in OnNcHitTest()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c3864 TEST_MOUSEACTIVATE(HTRIGHT,MA_ACTIVATE); in test_mouse_input()