문제

I searched on internet, but I couldnt find what I am intersted in...

I am trying to find the value of

private const int DWMCOMPOSITIONCHANGED;

Thanks in advance!

도움이 되었습니까?

해결책

You probably can't find it because the real name is WM_DWMCOMPOSITIONCHANGED. You find it by searching through the files in the Windows SDK's Include directory on your machine.

You'd find WinUser.h, the value is 0x31e.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top