msgs12.hlp (Topic list)
WM_MOVE (1.2)
Message Group  Overview  Changes                Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINMESSAGEMGR
 
WM_MOVE
 
The WM_MOVE message is sent when a window with CS_MOVENOTIFY style changes
its absolute position or when a parent window of that window is moved. The
window's new position can be obtained by calling the WinQueryWindowPos
function.
 
This message does not use any parameters.
 
Return Value
 
An application should return zero if it processes this message.
 
See Also
 
WinQueryWindowPos