Ejemplo n.º 1
0
 public static extern bool SetWindowRgn([In] HWnd hWnd, [Out] out HRng hRgn, [In][MarshalAs(UnmanagedType.Bool)] bool bRedraw);
Ejemplo n.º 2
0
 public static extern RgnStatus GetWindowRgn([In] HWnd hWnd, [In] HRng hRgn);
Ejemplo n.º 3
0
 public static extern RgnStatus GetUpdateRgn([In] HWnd hWnd, [In] HRng hRgn, [In][MarshalAs(UnmanagedType.Bool)] bool erase);