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

  This function restores data to the screen which was previously saved
by an invocation of WinSaveRect(). Please note that no clipping is
performed by this function.

Parameters
  hWnd is a handle to a window.
  r is a pointer to a RECT structure.
  rectbuf points to a block of memory which which has data which was
   saved by a previous invocation of WinSaveRect().

Returns
  Nothing.

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