Ejemplo n.º 1
0
 public static extern bool GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin,
                                      uint wMsgFilterMax);
Ejemplo n.º 2
0
 public static extern IntPtr DispatchMessage([In] ref MSG lpmsg);
Ejemplo n.º 3
0
 public static extern bool TranslateMessage([In] ref MSG lpMsg);
Ejemplo n.º 4
0
 public static extern bool PeekMessage(out MSG message, IntPtr hwnd, uint messageFilterMin, uint messageFilterMax, uint flags);
Ejemplo n.º 5
0
 public static extern bool PeekMessage(out MSG message, IntPtr handle, uint filterMin, uint filterMax, PM flags);