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