mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Finish callback for WH_KEYBOARD.
svn path=/trunk/; revision=34764
This commit is contained in:
@@ -387,8 +387,9 @@ co_IntCallHookProc(INT HookId,
|
||||
case WH_GETMESSAGE:
|
||||
ArgumentLength += sizeof(MSG);
|
||||
break;
|
||||
case WH_KEYBOARD:
|
||||
// case WH_SHELL:
|
||||
// break;
|
||||
break;
|
||||
default:
|
||||
DPRINT1("Trying to call unsupported window hook %d\n", HookId);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user