GA_CertifyFlagsType
Declaration
typedef enum {
gaCertified =
0x01,
gaCertifiedDDC =
0x02,
gaCertifiedStereo =
0x04,
gaCertifiedDDC_NT =
0x08,
gaCertifiedStereo_NT = 0x10
} GA_CertifyFlagsType
Prototype In
snap/graphics.h
Description
Definitions for values stored in the CertifyFlags member of the GA_certifyChipInfo and structure. These flags define what certification tests have been run on the included drivers.
The gaCertified value indicates that the driver has been certified to have passed all the base certification tests, and is usually the only important flag for most situations.
The gaCertifiedDDC value indicates that the driver has also passed all Windows DDC certification tests, running on the IHV Windows drivers. These tests are indepedant of the base certification tests as they are dependant on proper testing with the IHV Windows drivers as well as the base certification tests. The gaCertifiedDDC_NT flag is equivalent but indicates that the chipset driver is also certified for DDC on the Windows NT platform.
The gaCertifiedStereo value indicates that the driver has also passed all Windows Stereo certification tests, running on the IHV Windows drivers. These tests are indepedant of the base certification tests as they are dependant on proper testing with the IHV Windows drivers as well as the base certification tests. The gaCertifiedStereo_NT flag is equivalent but indicates that the chipset driver is also certified for stereo on the Windows NT platform.
The gaCertifiedDFPOutput value indicates that the driver has also passed all the external digital flat panel tests such that attaching an external digital flat panel to the graphics card will function correctly.
The gaCertifiedTVOutput value indicates that the driver has also passed all the external TV output tests such that attaching an external television to either the composite or S-Video connectors of the graphics card will function correctly.
Members
gaCertified |
Driver has passed all base certification tests |
gaCertifiedDDC |
Driver has passed all Windows DDC tests |
gaCertifiedStereo |
Driver has passed all Windows stereo tests |
gaCertifiedDDC_NT |
Driver has passed all Windows NT DDC tests |
gaCertifiedStereo_NT |
Driver has passed all Windows NT stereo tests |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com