status = OrRectRegion(region,rectangle)
d0 a0 a1
BOOL OrRectRegion( struct Region *, struct Rectangle * );
If any portion of rectangle is not in the region then add that portion to the region.
- status
-
return TRUE if successful operation return FALSE if ran out of memory
The region is left unchanged in case of failure.
V40 releases and before may have left the region in an inconsistent state in case of failure.