Part found on the network, for example WM_ACTIVATE = 0x6 ... WM_XBUTTONUP = 0x20C; SW_HIDE = 0 ... SW_FORCEMINIMIZE = 11; WM_ACTIVATE = 0x6 ... WM_XBUTTONUP = 0x20C; SW_HIDE = 0 ... SW_FORCEMINIMIZE = 11; . Now I need the function arguments SetWindowLongPtr, GWL_STYLE , etc. What constants to set them? In general, as I understand it, the values should be somewhere in the С++ header files, but I did not find it.
|