|
|
|
|
GA_certifyInfo
Declaration
typedef struct {
N_uint32 dwSize;
char Signature[20];
char BuildDate[30];
char MaxCertifiedChips;
char NumCertifiedChips;
GA_certifyChipInfo *CertifiedCards;
} GA_certifyInfo
Prototype In
snap/graphics.h
Description
Structure returned by GetCertifyInfo, which contains configuration information about the certification status of the drivers.
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 |
Signature |
Signature to identify certification information |
BuildDate |
String representation of the build date for driver |
MaxCertifiedCards |
Maximum number of certified chipsets in driver |
NumCertifiedCards |
Number of certified chipsets |
CertifiedCards |
List of all certified cards in the driver |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com