#include "precomp.h"
Go to the source code of this file.
Functions | |
__inline BOOL | LayerHitTest (PWND pwnd, POINT pt) |
PWND | _ChildWindowFromPointEx (PWND pwnd, POINT pt, UINT uFlags) |
PWND | xxxWindowFromPoint (POINT pt) |
PWND | SpeedHitTest (PWND pwndParent, POINT pt) |
HWND | xxxWindowHitTest (PWND pwnd, POINT pt, int *piPos, DWORD dwHitTestFlags) |
HWND | xxxWindowHitTest2 (PWND pwnd, POINT pt, int *piPos, DWORD dwHitTestFlags) |
|
Definition at line 47 of file winwhere.c. References tagWND::hrgnClip, LayerHitTest(), NULL, PtInRect(), PWNDDESKTOP, tagWND::rcClient, tagWND::rcWindow, tagWND::spwndChild, tagWND::spwndNext, TestWF, WEFLAYERED, WEFTRANSPARENT, WFDISABLED, and WFVISIBLE. Referenced by NtUserChildWindowFromPointEx(), and xxxQueryDropObject().
|
|
Definition at line 21 of file winwhere.c. References ASSERT, BOOL, FALSE, gpDispInfo, tagDISPLAYINFO::hDev, PtoHq, TestWF, TRUE, WEFLAYERED, and WEFTRANSPARENT. Referenced by _ChildWindowFromPointEx(), SpeedHitTest(), and xxxWindowHitTest2().
|
|
Definition at line 198 of file winwhere.c. References tagWND::hrgnClip, LayerHitTest(), NULL, PtInRect(), tagWND::rcClient, tagWND::rcWindow, tagWND::spwndChild, tagWND::spwndNext, TestWF, WEFLAYERED, and WFVISIBLE. Referenced by xxxButtonEvent(), and zzzSetFMouseMoved().
|
|
Definition at line 128 of file winwhere.c. References _GetDesktopWindow(), NULL, RevalidateHwnd, ThreadLock, ThreadUnlock, WHT_IGNOREDISABLED, and xxxWindowHitTest2(). Referenced by NtUserWindowFromPoint().
|
|
Definition at line 274 of file winwhere.c. References CheckLock, NULL, tagWND::spwndNext, ThreadLockExchangeAlways(), ThreadLockNever, ThreadUnlock, and xxxWindowHitTest2(). Referenced by xxxHelpLoop(), xxxScanSysQueue(), and xxxWindowHitTest2().
|
|
Definition at line 315 of file winwhere.c. References CheckLock, CheckPwndFilter(), GETPTI, tagWND::hrgnClip, HWq, LayerHitTest(), NULL, PpiCurrent, PtiCurrent, PtInRect(), tagWND::rcClient, tagWND::rcWindow, SizeBoxHwnd(), tagWND::spwndChild, TestWF, TestwndChild, ThreadLock, ThreadUnlock, WEFLAYERED, WFDISABLED, WFMINIMIZED, WFSIZEBOX, WFVISIBLE, WHT_IGNOREDISABLED, xxxSendMessage(), and xxxWindowHitTest(). Referenced by xxxWindowFromPoint(), and xxxWindowHitTest().
|