Uses of Class
com.sun.jna.platform.win32.User32.MSG

Packages that use User32.MSG
com.sun.jna.platform.win32   
 

Uses of User32.MSG in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type User32.MSG
 W32API.LRESULT User32.DispatchMessage(User32.MSG lpMsg)
           
 int User32.GetMessage(User32.MSG lpMsg, W32API.HWND hWnd, int wMsgFilterMin, int wMsgFilterMax)
           
 boolean User32.PeekMessage(User32.MSG lpMsg, W32API.HWND hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg)
           
 boolean User32.TranslateMessage(User32.MSG lpMsg)