Uses of Class
org.eclipse.swt.internal.win32.MSG
Packages that use MSG
Package
Description
-
Uses of MSG in org.eclipse.swt.internal.ole.win32
Methods in org.eclipse.swt.internal.ole.win32 with parameters of type MSGModifier and TypeMethodDescriptionint
IOleObject.DoVerb
(int iVerb, MSG lpmsg, int pActiveSite, int lindex, int hwndParent, RECT lprcPosRect) int
IOleInPlaceActiveObject.TranslateAccelerator
(MSG lpmsg) static final int
static final int
COM.VtblCall
(int fnNumber, int ppVtbl, int arg0, MSG arg1, long arg2, int arg3, long arg4, RECT arg5) static final int
-
Uses of MSG in org.eclipse.swt.internal.win32
Methods in org.eclipse.swt.internal.win32 with parameters of type MSGModifier and TypeMethodDescriptionstatic final int
OS.DispatchMessage
(MSG lpmsg) static final int
OS.DispatchMessageA
(MSG lpmsg) static final int
OS.DispatchMessageW
(MSG lpmsg) static final boolean
OS.GetMessage
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final boolean
OS.GetMessageA
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final boolean
OS.GetMessageW
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final void
OS.MoveMemory
(int Destination, MSG Source, int Length) static final void
OS.MoveMemory
(MSG Destination, int Source, int Length) static final boolean
OS.PeekMessage
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final boolean
OS.PeekMessageA
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final boolean
OS.PeekMessageW
(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final int
OS.TranslateAccelerator
(int hWnd, int hAccTable, MSG lpMsg) static final int
OS.TranslateAcceleratorA
(int hWnd, int hAccTable, MSG lpMsg) static final int
OS.TranslateAcceleratorW
(int hWnd, int hAccTable, MSG lpMsg) static final boolean
OS.TranslateMDISysAccel
(int hWndClient, MSG lpMsg) static final boolean
OS.TranslateMessage
(MSG lpmsg) -
Uses of MSG in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as MSG