[<<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.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson