SWP_FRAMECHANGED top-level constant

int const SWP_FRAMECHANGED

Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window's size is being changed.

Implementation

const SWP_FRAMECHANGED = 0x0020;