Пример #1
0
 public static extern bool PeekMessage(out MSG lpMsg, IntPtr hwnd, uint wMsgFilterMin, uint wMsgFilterMax,
     uint wRemoveMsg);
Пример #2
0
 public static extern bool TranslateMessage(ref MSG lpMsg);
Пример #3
0
 public static extern IntPtr DispatchMessage(ref MSG lpMsg);