Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>childwindowfrompoint</b> find child window at a specified point http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ChildWindowFromPoint        Find child window at a specified point

HWND ChildWindowFromPoint(hWndParent, Point)
HWND hWndParent;
POINT Point; /* Client coordinate of point to be tested */

Returns:        Handle of Child window, if found.
                NULL if point outside of parent window.
                Handle of parent window if no child found.

See Also: MAKEPOINT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson