GA_configInfo

Declaration

typedef struct {
    N_uint32        dwSize;
    char            ManufacturerName[80];
    char            ChipsetName[80];
    char            DACName[80];
    char            ClockName[80];
    char            VersionInfo[80];
    char            BuildDate[80];
    char            Certified;
    char            CertifiedDate[20];
    N_uint16        CertifyVersion;
    } GA_configInfo

Prototype In

snap/graphics.h

Description

Structure returned by GetConfigInfo, which contains configuration information about the installed graphics hardware.

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

ManufacturerName

Name of graphics chipset manufacturer

ChipsetName

Name of graphics chipset name

DACName

Name of DAC on graphics card

ClockName

Name of clock on graphics card

VersionInfo

String representation of version and build for driver

BuildDate

String representation of the build date for driver

Certified

True if the installed device is certified

CertifiedDate

Date when the device was certified

CertifyVersion

Version of certification program used

 

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