コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: xiaolizhi1990/GIT
 public static extern bool EndPaint(IntPtr hWnd, ref NativeMethods.PAINTSTRUCT ps);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: xiaolizhi1990/GIT
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref NativeMethods.PAINTSTRUCT ps);