Ejemplo n.º 1
0
 public static extern bool PeekMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
Ejemplo n.º 2
0
 public static extern bool DispatchMessage(ref MSG msg);
Ejemplo n.º 3
0
 public static extern bool GetMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
Ejemplo n.º 4
0
 public static extern bool TranslateMessage(ref MSG msg);