Package | Description |
---|---|
org.safs.natives.win32 |
Modifier and Type | Method and Description |
---|---|
com.sun.jna.Pointer |
User32.GetMsgProcCallBack.callback(int nCode,
com.sun.jna.NativeLong wParam,
User32.MSG lParam) |
com.sun.jna.Pointer |
User32.DispatchMessageA(User32.MSG msg)
Dispatches a message to a window procedure.
|
int |
User32.GetMessageA(User32.MSG pMsg,
com.sun.jna.NativeLong hwnd,
int wMsgFilterMin,
int wMsgFilterMax)
Refer to MSDN:
BOOL WINAPI GetMessage(__out LPMSG lpMsg,__in_opt HWND hWnd, __in UINT wMsgFilterMin, __in UINT wMsgFilterMax);
|
boolean |
User32.TranslateMessage(User32.MSG msg)
Translates virtual-key messages into character messages.
|
Copyright © SAS Institute. All Rights Reserved.