|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WinUser.MSG | |
|---|---|
| com.sun.jna.platform.win32 | |
| Uses of WinUser.MSG in com.sun.jna.platform.win32 |
|---|
| Methods in com.sun.jna.platform.win32 with parameters of type WinUser.MSG | |
|---|---|
WinDef.LRESULT |
User32.DispatchMessage(WinUser.MSG lpMsg)
This function dispatches a message to a window procedure. |
int |
User32.GetMessage(WinUser.MSG lpMsg,
WinDef.HWND hWnd,
int wMsgFilterMin,
int wMsgFilterMax)
This function retrieves a message from the calling thread's message queue and places it in the specified structure. |
boolean |
User32.PeekMessage(WinUser.MSG lpMsg,
WinDef.HWND hWnd,
int wMsgFilterMin,
int wMsgFilterMax,
int wRemoveMsg)
This function checks a thread message queue for a message and places the message (if any) in the specified structure. |
boolean |
User32.TranslateMessage(WinUser.MSG lpMsg)
This function translates virtual-key messages into character messages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||