Methods in com.sun.jna.platform.win32 with parameters of type WinDef.WPARAM |
WinDef.LRESULT |
WinUser.LowLevelKeyboardProc.callback(int nCode,
WinDef.WPARAM wParam,
WinUser.KBDLLHOOKSTRUCT lParam)
|
WinDef.LRESULT |
User32.CallNextHookEx(WinUser.HHOOK hhk,
int nCode,
WinDef.WPARAM wParam,
com.sun.jna.Pointer lParam)
The CallNextHookEx function passes the hook information to the next hook procedure
in the current hook chain. |
WinDef.LRESULT |
User32.CallNextHookEx(WinUser.HHOOK hhk,
int nCode,
WinDef.WPARAM wParam,
WinDef.LPARAM lParam)
The CallNextHookEx function passes the hook information to the next hook procedure
in the current hook chain. |
void |
User32.PostMessage(WinDef.HWND hWnd,
int msg,
WinDef.WPARAM wParam,
WinDef.LPARAM lParam)
This function places a message in the message queue associated with the thread that
created the specified window and then returns without waiting for the thread to process
the message. |