コード例 #1
0
ファイル: Windows.cs プロジェクト: As-You-Like/DotNetStuff
 internal static extern bool TranslateMessage(ref MSG lpMsg);
コード例 #2
0
ファイル: Windows.cs プロジェクト: As-You-Like/DotNetStuff
 internal static extern IntPtr DispatchMessage(ref MSG msg);
コード例 #3
0
ファイル: Windows.cs プロジェクト: As-You-Like/DotNetStuff
 internal static extern int GetMessage(ref MSG msg, IntPtr windowHandle, int messageFilterMin, int messageFilterMax);