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