C++
afx_msg void OnWindowPosChanged( WINDOWPOS FAR* lpwndpos );
Description
Handler for the WM_WINDOWPOSCHANGED message. You don't need to handle this message since the default implementation triggers the virtual method SizeChanged() in which you can handle this event.
Parameters
Parameters | Description |
---|---|
lpwndpos | Internal use only |