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