예제 #1
0
 public static int DispatchMessage(ref Win32Native.NativeMessage lpMsg);
예제 #2
0
 public static int GetMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax);
예제 #3
0
 public static int TranslateMessage(ref Win32Native.NativeMessage lpMsg);
예제 #4
0
 public static int PeekMessage(out Win32Native.NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);