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