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