コード例 #1
0
ファイル: Win32Native.cs プロジェクト: MNAJIM75/Xacor
 public static extern int DispatchMessage(ref NativeMessage lpMsg);
コード例 #2
0
ファイル: Win32Native.cs プロジェクト: MNAJIM75/Xacor
 public static extern int GetMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin,
                                     int wMsgFilterMax);
コード例 #3
0
ファイル: Win32Native.cs プロジェクト: MNAJIM75/Xacor
 public static extern int TranslateMessage(ref NativeMessage lpMsg);
コード例 #4
0
ファイル: Win32Native.cs プロジェクト: MNAJIM75/Xacor
 public static extern int PeekMessage(out NativeMessage lpMsg, IntPtr hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);