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