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 TypeMethodDescriptionintIOleObject.DoVerb(int iVerb, MSG lpmsg, int pActiveSite, int lindex, int hwndParent, RECT lprcPosRect) intIOleInPlaceActiveObject.TranslateAccelerator(MSG lpmsg) static final intstatic final intCOM.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 intOS.DispatchMessage(MSG lpmsg) static final intOS.DispatchMessageA(MSG lpmsg) static final intOS.DispatchMessageW(MSG lpmsg) static final booleanOS.GetMessage(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final booleanOS.GetMessageA(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final booleanOS.GetMessageW(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax) static final voidOS.MoveMemory(int Destination, MSG Source, int Length) static final voidOS.MoveMemory(MSG Destination, int Source, int Length) static final booleanOS.PeekMessage(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final booleanOS.PeekMessageA(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final booleanOS.PeekMessageW(MSG lpMsg, int hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg) static final intOS.TranslateAccelerator(int hWnd, int hAccTable, MSG lpMsg) static final intOS.TranslateAcceleratorA(int hWnd, int hAccTable, MSG lpMsg) static final intOS.TranslateAcceleratorW(int hWnd, int hAccTable, MSG lpMsg) static final booleanOS.TranslateMDISysAccel(int hWndClient, MSG lpMsg) static final booleanOS.TranslateMessage(MSG lpmsg) -
Uses of MSG in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as MSG