コード例 #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);