예제 #1
0
 public static extern BOOL EndPaint(
     HWND hWnd,
     ref PAINTSTRUCT lpPaint
     );
예제 #2
0
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
예제 #3
0
 public static extern HDC BeginPaint(
     HWND hWnd,
     ref PAINTSTRUCT lpPaint
     );
예제 #4
0
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);