예제 #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);