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 winfillrect(hwnd hwnd, lprect r, byte ch, word attr);</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal WinFillRect(HWND hWnd, LPRECT r, BYTE ch, WORD attr);

  This function fills a rectangular area of the screen with a
character and attribute pair. Please note that no clipping is
performed by this function. It is a low level function to fill an area
of the screen with character/attribute cells.

Parameters
  hWnd is a handle to a window.
  r is a pointer to a RECT structure.
  ch contains the character which will be used to fill the rectangle with.
  attr contains the attribute which will be used for the fill.

Returns
  Nothing.

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