Ejemplo n.º 1
0
 public static int DispatchMessage(ref Win32Native.NativeMessage lpMsg);
Ejemplo n.º 2
0
 public static int GetMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax);
Ejemplo n.º 3
0
 public static int TranslateMessage(ref Win32Native.NativeMessage lpMsg);
Ejemplo n.º 4
0
 public static int PeekMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);