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.

    2 answers 2

    Here is

      Try searching in the folder "Program Files (x86) \ Microsoft SDKs \ Windows \ v7.0A \ Include" in the file winuser.h, for example