Mike010
September 13th, 1999, 07:01 PM
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?
|
Click to See Complete Forum and Search --> : Windows Keyboard hooks... Mike010 September 13th, 1999, 07:01 PM 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? Neo September 15th, 1999, 06:55 PM The repeat count is the last two numbers oe the wParam, codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |