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