KeyboardProc:
Zitat:
The system calls this function whenever an application calls the GetMessage or PeekMessage function and there is a keyboard message (WM_KEYUP or WM_KEYDOWN) to be processed.
LowLevelKeyboardProc:
Zitat:
. The system calls this function every time a new keyboard input event is about to be posted into a thread input queue.
Könnte das daran liegen? Mal mit einem
WH_KEYBOARD_LL
probiert?