I've got a system wide hook going (meaning I'm makeing use of a DLL), but I do not know how to extract the repeat count from the lParam of the KeyboardHookProc function. Any ideas?
Printable View
I've got a system wide hook going (meaning I'm makeing use of a DLL), but I do not know how to extract the repeat count from the lParam of the KeyboardHookProc function. Any ideas?
The repeat count is the last two numbers oe the wParam,