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>void pascal winscreenrecttoclient(hwnd hwnd, lprect lprect)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
void pascal WinScreenRectToClient(HWND hWnd, LPRECT lpRect)

  This function transforms a set of rectangular coordinates expressed
in screen coordinates into a corresponding rectangle expressed in
client coordinates. The client coordinates are relative to the
upper-left corner of a window's client area, and the screen
coordinates are relative to the upper-left corner of the screen.

Parameters
  hWnd is the handle of the window whose client rectangle we should use.
  lpRect contains the screen coordinates. After this function is done,
   it will contain the client coordinates.

Returns
  Nothing.

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