Uses of Class
com.jniwrapper.win32.system.HookFunction

Packages that use HookFunction
com.jniwrapper.win32.system The com.jniwrapper.win32.system package contains classes, which provide you with Java wrappers for commonly used Windows system functions and related structures and types. 
 

Uses of HookFunction in com.jniwrapper.win32.system
 

Methods in com.jniwrapper.win32.system with parameters of type HookFunction
static int WinEventHook.setWinEventHook(WinEventHook.WinEvent eventMin, WinEventHook.WinEvent eventMax, Handle dllModule, HookFunction function, int processID, int threadID, WinEventHook.WinEventFlag eventFlag)
          The SetWinEventHook function sets an event hook function for a range of events.