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 winchildwindowfrompoint(hwnd hparent, int row, int col)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HWND WinChildWindowFromPoint(HWND hParent, int row, int col)

  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.
  row and col are the 0-based screen coordinates to test.

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

See Also: ChildWindowFromPoint

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