[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
void pascal WinClientRectToScreen(HWND hWnd, LPRECT lpRect)

  This function transforms a set of rectangular coordinates expressed
in client coordinates into a corresponding rectangle expressed in
screen 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 client coordinates. After this function is done,
   it will contain the screen coordinates.

Returns
  Nothing.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson