예제 #1
0
파일: Win32.cs 프로젝트: NanoLP/FC3Editor
 public static extern bool TranslateMessage(ref Win32.Message msg);
예제 #2
0
파일: Win32.cs 프로젝트: NanoLP/FC3Editor
 public static extern bool DispatchMessage(ref Win32.Message msg);
예제 #3
0
파일: Win32.cs 프로젝트: NanoLP/FC3Editor
 public static extern bool GetMessage(out Win32.Message msg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax);