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