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