Exemplo n.º 1
0
Arquivo: User32.cs Projeto: Foda/Tide
 public static extern IntPtr BeginPaint(IntPtr hWnd, ref PAINTSTRUCT ps);
Exemplo n.º 2
0
Arquivo: User32.cs Projeto: Foda/Tide
 public static extern bool EndPaint(IntPtr hWnd, ref PAINTSTRUCT ps);