The WM_EXITSIZEMOVE message is sent once to a window after it has exited the moving or sizing mode.
WM_EXITSIZEMOVE
wParam = 0; // not used; must be zero
lParam = 0; // not used; must be zero
Parameters
This message has no parameters.
Return Values
An application should return zero if it processes this message.
See Also