示例#1
0
文件: User32.cs 项目: gpanayir/sffwk
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
示例#2
0
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
示例#3
0
文件: User32.cs 项目: gpanayir/sffwk
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
示例#4
0
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);