Supported Browsers Home   
GA_busType Previous   
GA_certifyInfo Next   
Type Definitions Up   

GA_certifyChipInfo

Declaration

typedef struct {
    N_uint32    dwSize;
    char        ChipsetName[30];
    N_uint16    CertifyVersion;
    char        CertifiedDate[19];
    N_uint8     CertifyFlags;
    } GA_certifyChipInfo

Prototype In

snap/graphics.h

Description

Structure pointed to be the GA_certifyInfo structure, which contains certification information about the specific chipsets in the device driver.

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

ChipsetName

Name of graphics chipset name

CertifyVersion

Version of certification program used

CertifiedDate

Date that the card was certified

CertifyFlags

Flags for certification information

 

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