How to load (and use) DLL-function SetWindowsHookEx in Delphi Prism? Where to find the definition or the value of WH_KEYBOARD_LL?
And how may I write
LRESULT WINAPI KeyboardProc(int, WPARAM, LPARAM);
in Delphi Prism?
How to load (and use) DLL-function SetWindowsHookEx in Delphi Prism? Where to find the definition or the value of WH_KEYBOARD_LL?
And how may I write
LRESULT WINAPI KeyboardProc(int, WPARAM, LPARAM);
in Delphi Prism?