I'm making a program that needs to block all input during a short critical section. I used BlockInput, but it still allows the user to use hotkeys like Ctrl+Alt+F1 or Ctrl+Alt+F2 (switching taskbar in both displays). It is crucial that the user is not able to use these two hotkeys.
I read some things about a hook, but I'm not sure where to start with this solution. Any help would be greatly appreciated.
Thanks!