Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在互联网上搜索,但我找不到我感兴趣的东西......
我试图找到的价值
private const int DWMCOMPOSITIONCHANGED;
提前致谢!
你可能找不到它,因为它的真实名称是 WM_DWMCOMPOSITIONCHANGED。您可以通过搜索计算机上 Windows SDK 的 Include 目录中的文件来找到它。
您会找到 WinUser.h,其值为 0x31e。