RedrawWindow(hWnd, rcUpdate, hrgnUpdate, flags)
Causes a portion of a window to be redrawn
Parameters
hWnd : PyHANDLE
Handle to window to be redrawnrcUpdate : (int,int,int,int)
Rectangle (left, top, right, bottom) identifying part of window to be redrawn, can be NonehrgnUpdate : PyGdiHANDLE
Handle to region to be redrawn, can be None to indicate entire client areaflags : int
Combination of win32con.RDW_* flags