[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson