The WindowFromPoint function retrieves the handle of the window that contains the specified point.
HWND WindowFromPoint(
POINT Point |
// structure with point |
); |
The return value is the handle of the window that contains the point. If no window exists at the given point, the return value is NULL. If the point is over a static text control, the return value is the handle of the window under the static text control.
The WindowFromPoint function does not retrieve the handle of a hidden or disabled window, even if the point is within the window. An application should use the ChildWindowFromPoint function for a nonrestrictive search.
ChildWindowFromPoint, POINT, WindowFromDC
file: /Techref/os/win/api/win32/func/src/f91_12.htm, 1KB, , updated: 2000/4/7 12:19, local time: 2024/11/2 22:09,
3.142.119.220:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f91_12.htm"> WindowFromPoint</A> |
Did you find what you needed? |