示例#1
0
文件: User32.cs 项目: viticm/pap2
 public static extern bool PeekMessage(ref MSG msg, IntPtr hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
示例#2
0
文件: User32.cs 项目: viticm/pap2
 public static extern bool DispatchMessage(ref MSG msg);
示例#3
0
文件: User32.cs 项目: viticm/pap2
 public static extern bool GetMessage(ref MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
示例#4
0
文件: User32.cs 项目: viticm/pap2
 public static extern bool TranslateMessage(ref MSG msg);