RIDEV_NOHOTKEYS top-level constant
int
const RIDEV_NOHOTKEYS
If set, the application-defined keyboard device hotkeys are not handled. However, the system hotkeys; for example, ALT+TAB and CTRL+ALT+DEL, are still handled. By default, all keyboard hotkeys are handled. RIDEV_NOHOTKEYS can be specified even if RIDEV_NOLEGACY is not specified and hwndTarget is NULL.
Implementation
const RIDEV_NOHOTKEYS = 0x00000200;