WM_WINDOWPOSCHANGING top-level constant

int const WM_WINDOWPOSCHANGING

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

Implementation

const WM_WINDOWPOSCHANGING = 0x0046;