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

  This function determines which window a mouse click or mouse
movement corresponds to. If multiple windows occupy a point, the
window which is on top will be returned. If a window has set the mouse
capture by calling SetCapture(), then all mouse messages will be sent
to this window.

Parameters
  row and col are the 0-based screen coordinates of the mouse click.

Returns
  The handle of the window where the mouse was clicked, or NULLHWND if
either no window encompassed that point, or if the window was hidden
or disabled.

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