Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>excludecliprect</b> create new clipping area http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ExcludeClipRect      Create New Clipping Area

short ExcludeClipRect(hDC, RcUlX, RcUlY, RcLrX, RcLrY)
HDC hDC;
short RcUlX; /* rectangle upper left X coordinate */
short RcUlY; /* rectangle upper left Y coordinate */
short RcLrX; /* rectangle lower right X coordinate */
short RcLrY; /* rectangle lower right Y coordinate */

Returns:

                return value
        |-------------------------------------|
        |COMPLEXREGION Overlapping borders    |
        |ERROR         Invalid DC             |
        |NULLREGION    Empty clipping area    |
        |SIMPLEREGION  No overlapping borders |
        +-------------------------------------+


Note:       RcLrX - RcUlX and RcLrY - RcUlY must be less than
                32,767

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson