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