Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>getmodename() return mode name for specified driver</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 getmodename()           Return Mode Name for Specified Driver

 #include   <graphics.h>

 char * far getmodename(mode_num);
 int mode_num;          Mode you want information about

        The getmodename() function returns a pointer to a string which
        contains the name of the indicated graphics mode, as specified
        by mode_num.

    Returns:    A pointer to a string containing the name of the
                indicated graphics mode.


See Also: getmoderange()

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