Package | Description |
---|---|
org.eclipse.swt.internal.ole.win32 | |
org.eclipse.swt.internal.win32 | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
int |
IOleObject.DoVerb(int iVerb,
MSG lpmsg,
long pActiveSite,
int lindex,
long hwndParent,
RECT lprcPosRect) |
int |
IOleInPlaceActiveObject.TranslateAccelerator(MSG lpmsg) |
static int |
COM.VtblCall(int fnNumber,
long ppVtbl,
int arg0,
MSG arg1,
int arg2,
int arg3,
int arg4,
RECT arg5) |
static int |
COM.VtblCall(int fnNumber,
long ppVtbl,
int arg0,
MSG arg1,
long arg2,
int arg3,
long arg4,
RECT arg5) |
static int |
COM.VtblCall(int fnNumber,
long ppVtbl,
MSG arg0) |
Modifier and Type | Method and Description |
---|---|
static long |
OS.DispatchMessage(MSG lpmsg) |
static long |
OS.DispatchMessageA(MSG lpmsg) |
static long |
OS.DispatchMessageW(MSG lpmsg) |
static boolean |
OS.GetMessage(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax) |
static boolean |
OS.GetMessageA(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax) |
static boolean |
OS.GetMessageW(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax) |
static void |
OS.MoveMemory(long Destination,
MSG Source,
int Length) |
static void |
OS.MoveMemory(MSG Destination,
long Source,
int Length) |
static boolean |
OS.PeekMessage(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax,
int wRemoveMsg) |
static boolean |
OS.PeekMessageA(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax,
int wRemoveMsg) |
static boolean |
OS.PeekMessageW(MSG lpMsg,
long hWnd,
int wMsgFilterMin,
int wMsgFilterMax,
int wRemoveMsg) |
static int |
OS.TranslateAccelerator(long hWnd,
long hAccTable,
MSG lpMsg) |
static int |
OS.TranslateAcceleratorA(long hWnd,
long hAccTable,
MSG lpMsg) |
static int |
OS.TranslateAcceleratorW(long hWnd,
long hAccTable,
MSG lpMsg) |
static boolean |
OS.TranslateMDISysAccel(long hWndClient,
MSG lpMsg) |
static boolean |
OS.TranslateMessage(MSG lpmsg) |
Modifier and Type | Field and Description |
---|---|
MSG |
Display.msg
the handle to the OS message queue
(Warning: This field is platform dependent)
|
Copyright © 2017. All Rights Reserved.