mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 05:34:27 +08:00
WM_SETHOTKEY / WM_GETHOTKEY messages encode the hotkey in a different
way than with the WM_HOTKEY message.
For more details, see:
https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-gethotkey
https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-sethotkey
Addendum to commit 6829350af9 (PR #7947)