WM_GETMINMAXINFO top-level constant

int const WM_GETMINMAXINFO

Sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.

Implementation

const WM_GETMINMAXINFO = 0x0024;