Uses of Class
com.sun.jna.platform.win32.WinDef.LRESULT

Packages that use WinDef.LRESULT
com.sun.jna.platform.win32   
 

Uses of WinDef.LRESULT in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return WinDef.LRESULT
 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.
 WinDef.LRESULT User32.DispatchMessage(WinUser.MSG lpMsg)
          This function dispatches a message to a window procedure.