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

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

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

Fields in com.sun.jna.platform.win32 declared as WinDef.LPARAM
 WinDef.LPARAM WinUser.MSG.lParam
           
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.LPARAM
 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.