Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>hwnd childwindowfrompoint(hwnd hparent, lppoint ppt)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HWND ChildWindowFromPoint(HWND hParent, LPPOINT pPt)
 <MS-WINDOWS equivalent>

  This function determines which of a window's children occupies a
point. The top-most child which contains the point is returned.

Parameters
  hParent is the handle of the parent window.
  pPt is a far pointer to a POINT structure containing the 0-based row
      and column screen coordinates to test.

Returns
  The handle of the child window which contains that point, NULLHWND if none.

See Also: WinChildWindowFromPoint

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