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