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