WM_WINDOWPOSCHANGED top-level constant

int const WM_WINDOWPOSCHANGED

Sent to a window whose size, position, or place in the Z order has changed as a result of a call to the SetWindowPos function or another window-management function.

Implementation

const WM_WINDOWPOSCHANGED = 0x0047;