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