Searched refs:GetNCHitEx (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | window.h | 74 DWORD FASTCALL GetNCHitEx(PWND,POINT);
|
H A D | nonclient.c | 195 hittest = GetNCHitEx(Wnd, pt); in DefWndStartSizeMove() 1557 Pressed = (GetNCHitEx(pWnd, Msg.pt) == wParam); in NC_DoButton() 1740 hittest = GetNCHitEx( pwnd, msg.pt ); in NC_HandleNCRButtonDown() 1982 GetNCHitEx(PWND pWnd, POINT pt) in GetNCHitEx() function
|
H A D | defwnd.c | 752 HitCode = GetNCHitEx(Wnd, Pt); in IntDefWindowProc() 1063 return GetNCHitEx(Wnd, Point); in IntDefWindowProc()
|
H A D | menu.c | 3674 INT ht = GetNCHitEx(pWnd, pt); in MENU_PtMenu() 4192 if (msg.message == WM_LBUTTONDBLCLK && GetNCHitEx(pWnd, mt.Pt) == HTSYSMENU) in MENU_TrackMenu() 4212 if (!firstClick && GetNCHitEx(pWnd, mt.Pt) == HTSYSMENU) in MENU_TrackMenu()
|