[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WM_MOVE

  This message is sent to a window when the window is moved. This message is
generated by the WinMove() function.

Parameters
  wParam is not used.
  LOWORD(lParam) contains the 0-based screen coordinate of the window's new
   upper-left corner column position.
  HIWORD(lParam) contains the 0-based screen coordinate of the window's new
   upper-left corner row position.

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