예제 #1
0
파일: User32.cs 프로젝트: gpanayir/sffwk
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
예제 #2
0
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
예제 #3
0
파일: User32.cs 프로젝트: gpanayir/sffwk
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
예제 #4
0
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);