コード例 #1
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool PeekMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
コード例 #2
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool DispatchMessage(ref MSG msg);
コード例 #3
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool GetMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
コード例 #4
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool TranslateMessage(ref MSG msg);