int = GetUpdateRgn(hWnd, hRgn
, Erase
)
Copies the update region of a window into an existing region
Parameters
hWnd : PyHANDLE
Handle to a windowhRgn : PyGdiHANDLE
Handle to an existing region to receive update areaErase : boolean
Indicates if window background is to be erasedReturn Value
Returns type of region, one of COMPLEXREGION, NULLREGION, or SIMPLEREGION