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

  This function reverses the attribute bytes contained within the
screen area contained in rectangle r. This function is useful for
doing things like highlighting certains areas on the screen. Please
note that no clipping is performed by this function. It is a low
level function to invert the attributes of an area of the screen.

Parameters
  hWnd is a handle to a window.
  r is a pointer to a RECT structure.

Returns
  Nothing.

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