I want to reduce (by 1 only pixel) the
height of a window when it is show maximized.
In my window procedure I have
the following code in C++:


case WM_GETMINMAXINFO:
LPMINMAXINFO ...