Ejemplo n.º 1
0
 public static extern bool TranslateMessage(ref Win32.Message msg);
Ejemplo n.º 2
0
 public static extern bool DispatchMessage(ref Win32.Message msg);
Ejemplo n.º 3
0
 public static extern bool GetMessage(out Win32.Message msg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax);