Home
last modified time | relevance | path

Searched refs:HTNOWHERE (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dstatus.c677 expect(HTNOWHERE, r); in test_sizegrip()
679 expect(HTNOWHERE, r); in test_sizegrip()
681 expect(HTNOWHERE, r); in test_sizegrip()
683 expect(HTNOWHERE, r); in test_sizegrip()
700 expect(HTNOWHERE, r); in test_sizegrip()
702 expect(HTNOWHERE, r); in test_sizegrip()
704 expect(HTNOWHERE, r); in test_sizegrip()
706 expect(HTNOWHERE, r); in test_sizegrip()
/reactos/win32ss/user/ntuser/
H A Dnonclient.c148 return HTNOWHERE; in GetSnapActivationPoint()
425 UINT snapTo = iconic ? HTNOWHERE : GetSnapActivationPoint(pwnd, pt); in DefWndDoSizeMove()
527 IntSetSnapEdge(pwnd, HTNOWHERE); in DefWndDoSizeMove()
699 IntSetSnapInfo(pwnd, HTNOWHERE, NULL); in DefWndDoSizeMove()
1776 return HTNOWHERE;
1977 return HTNOWHERE;
1987 if (!pWnd) return HTNOWHERE; in GetNCHitEx()
2003 if (!RECTL_bPointInRect(&rcWindow, pt.x, pt.y)) return HTNOWHERE; in GetNCHitEx()
2172 return HTNOWHERE; in GetNCHitEx()
H A Dwinpos.h84 co_IntSnapWindow(Wnd, HTNOWHERE); in co_IntUnsnapWindow()
H A Dwinpos.c2501 IntSetSnapEdge(Wnd, HTNOWHERE); /* Mark as not snapped (for Win+Left,Up,Down) */ in co_WinPosMinMaximize()
2944 if (*HitTest == HTNOWHERE && pwndChild == NULL) *HitTest = HTCLIENT; in co_WinPosSearchChildren()
2968 *HitTest = HTNOWHERE; in co_WinPosWindowFromPoint()
3898 return HTNOWHERE; in IntGetWindowSnapEdge()
3945 else if (Edge != HTNOWHERE) in co_IntSnapWindow()
3956 IntSetSnapEdge(Wnd, HTNOWHERE); in co_IntSnapWindow()
3960 IntSetSnapInfo(Wnd, HTNOWHERE, NULL); in co_IntSnapWindow()
3985 case HTNOWHERE: in IntSetSnapEdge()
4008 if (Edge == HTNOWHERE) in IntSetSnapInfo()
H A Ddefwnd.c837 snapped = HTNOWHERE; /* Force snap */ in IntDefWindowProc()
H A Dmsgqueue.c1698 if ((hittest == (USHORT)HTERROR) || (hittest == (USHORT)HTNOWHERE)) in co_IntProcessMouseMessage()
H A Dmenu.c3677 if (ht != HTNOWHERE && ht != HTERROR) ret = menu; in MENU_PtMenu()
/reactos/base/applications/mspaint/
H A Dtextedit.cpp27 case HIT_NONE: return HTNOWHERE; in DoHitTest()
39 return HTNOWHERE; in DoHitTest()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c716 pwndData->lastHitTest = HTNOWHERE; in ThemeHandleNcMouseLeave()
811 return HTNOWHERE; in DefWndNCHitTest()
1011 return HTNOWHERE; in DefWndNCHitTest()
/reactos/dll/win32/comctl32/
H A Dsyslink.c1645 return HTNOWHERE; in SysLinkWindowProc()
/reactos/sdk/include/psdk/
H A Dwinuser.rh701 #define HTNOWHERE 0
H A Dwinuser.h2477 #define HTNOWHERE 0 macro
/reactos/modules/rostests/winetests/user32/
H A Dwin.c3853 TEST_MOUSEACTIVATE(HTNOWHERE,MA_ACTIVATE); in test_mouse_input()