コード例 #1
0
ファイル: APIWrappers.cs プロジェクト: GoldMax/Pulsar.NET
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT lpPaint);
コード例 #2
0
ファイル: APIWrappers.cs プロジェクト: GoldMax/Pulsar.NET
 public static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint);