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

  This message is sent to a window when the window is resized. This message
is generated by the WinSetSize() function.

Parameters
  wParam is either SIZENORMAL  or SIZEFULLSCREEN. It is the latter value
   when a window is being maximized.
  LOWORD(lParam) contains the 0-based screen coordinate of the window's
   new lower-right column.
  HIWORD(lParam) contains the 0-based screen coordinate of the window's
   new lower-left row.

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