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

  This function saves a portion of the screen to a memory location.
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 will save both the
   characters and attributes contained within rectange r. The block must
   be large enough to hold (area * 2) bytes of data. Warning : this
   function will not do any kind of size checking.

Returns
  Nothing.

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