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>wm_paint</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_PAINT

  This message is sent by either an application or the window system when it
wants a window to be redrawn. User-written window procedures should respond
to this message by calling the procedure needed to redraw that window.

Parameters
  wParam is 0 if the entire window should be repainted, or is greater than
   zero if lParam points to an array of RECTs to be repainted.
  lParam is NULL if the entire window should be refreshed, or points to an
   array of RECT structures  which contains the invalid rectangular regions
   to be repainted. The rectangles contain client screen coordinates.

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