Ejemplo n.º 1
0
 public static extern bool EndPaint(IntPtr hWnd, [In] ref Win32Structs.PAINTSTRUCT lpPaint);
Ejemplo n.º 2
0
 public static extern IntPtr BeginPaint(IntPtr hwnd, out Win32Structs.PAINTSTRUCT lpPaint);