cadencii.win32.RedrawWindow C# (CSharp) Method

RedrawWindow() private method

private RedrawWindow ( IntPtr hWnd, RECT &lprcUpdate, IntPtr hrgnUpdate, uint flags ) : bool
hWnd IntPtr
lprcUpdate RECT
hrgnUpdate IntPtr
flags uint
return bool
        public static extern bool RedrawWindow( IntPtr hWnd, ref RECT lprcUpdate, IntPtr hrgnUpdate, uint flags );
win32