コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: ibeae/ThinkAway.net
 internal static extern bool TranslateMessage(ref MSG msg);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: ibeae/ThinkAway.net
 internal static extern int DispatchMessage(ref MSG msg);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: ibeae/ThinkAway.net
 internal static extern bool PeekMessage(ref MSG msg, IntPtr hwnd, int msgMin, int msgMax, int remove);