in reply to Re^3: Win32 Keyboard hook in perl
in thread Win32 Keyboard hook in perl
$hooker = $hook->Call($idHOOK, $lpfn, $hmod, $dwThreadId);
IIRC, $lpfn is supposed to be a reference to a subroutine so that it can be used as a callback.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Win32 Keyboard hook in perl
by bart (Canon) on Sep 10, 2004 at 10:00 UTC | |
by Mr. Muskrat (Canon) on Sep 10, 2004 at 19:24 UTC |