Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>llg_videomode structure</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LLG_VIDEOMODE structure
 Structure for video mode information
------------------------------------------------------------------------------
 Structure

     typedef struct
     {
        int      iTextRow;
        int      iTextCol;
        int      iGraphRow;
        int      iGraphCol;
        int      iFontRow;
        int      iFontCol;
        DWORD    dwColorNb;
        int      iVideoMode;
        int      iLibVer;
        int      iLastMode;
        DWORD   dwLastColor;
     } LLG_VIDEOMODE;
     
     typedef LLG_VIDEOMODE far * LLG_LPVIDEOMODE;

 Elements

     iTextRow is the number of text rows on the screen.

     iTextCol is the number of text columns on the screen.

     iGraphRow is the number of graphic rows on the screen.

     iGraphCol is the number of graphic columns on the screen.

     iFontRow is the number of graphic rows per character.

     iFontCol is the number of graphic columns per character.

     dwColorNb is the number of available colors.

     iVideoMode is the video mode (see _gModeGet() for a table of
     possible values).

     iLibVer is the version number of LLIBG.LIB.

     iLastMode is the last display mode setting (see _gEllipse() for a
     table of possible values).

     dwLastColor is the last color used in a Light Lib Graphics API
     function call.

 Files   Header file is Llibg.api.

 Used By   _gModeGet()


See Also: _gModeGet()

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