End Google Ads 201810 - BS.net 01 --> I use API following to disable minimize, maximize box in windows. But i can't do that with restore button. I'm quite confused.



SetWindowLong(hwnd, GWL_STYLE,0x16CC0000);


0x16CC0000: remove maximize, minimize box. But i can't find the other code for restore box.