Supported Browsers Home   
GA_modeInfo Previous   
GA_monitor Next   
Type Definitions Up   

GA_modeProfile

Declaration

typedef struct {
    N_uint32    dwSize;
    struct {
        N_uint8 numModes;
        GA_mode modeList[256];
        } m;
    struct {
        N_uint8 numModes;
        GA_mode modeList[256];
        } vbe;
    } GA_modeProfile

Prototype In

snap/graphics.h

Description

Structure returned by GetModeProfile, which contains configuration information about the mode profile for the installed device driver. A default mode profile is shipped with the graphics device drivers, but a new mode profile can be downloaded at any time (to implement new display modes using the new Dial-A-Mode interface). Note that a mode must also have the associated CRTC tables before it will work.

Note:    The dwSize member is intended for future compatibility, and should be set to the size of the structure as defined in this header file. Future drivers will be compatible with older software by examiming this value.

Members

dwSize

Set to size of structure in bytes

numModes

Count for the number of configured display modes

modeList

Array of up to 256 configured display modes

numModes

Count for the number of configured display modes

vbeModeList

Array of up to 256 modes reported to the VBE driver

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com