Uses of Class
com.sun.jna.platform.win32.WinUser.HHOOK

Packages that use WinUser.HHOOK
com.sun.jna.platform.win32   
 

Uses of WinUser.HHOOK in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return WinUser.HHOOK
 WinUser.HHOOK User32.SetWindowsHookEx(int idHook, WinUser.HOOKPROC lpfn, WinDef.HINSTANCE hMod, int dwThreadId)
          The SetWindowsHookEx function installs an application-defined hook procedure into a hook chain.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinUser.HHOOK
 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.
 boolean User32.UnhookWindowsHookEx(WinUser.HHOOK hhk)
          The UnhookWindowsHookEx function removes a hook procedure installed in a hook chain by the SetWindowsHookEx function.