Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_getwritemode() get current logical write mode</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _getwritemode()         Get current logical write mode

 #include   <graph.h>

 short _getwritemode(void);

    _getwritemode() returns the logical write mode currently used by
    the functions _lineto(), _rectangle(), and _polygon(). The
    possible returns are:

                _GPSET _GAND, _GOR, _GPRESET, and _GXOR

    Returns:     The default value is _GPSET; other possibilities
                 are _GAND, _GOR, _GPRESET, and _GXOR.

 Portability:   Not supported by the ANSI standard.

See Also: _grstatus() _setcolor() _setlinestyle() _setwritemode()

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