GA_busType

Declaration

typedef enum {
    gaUnknownBus                    = 0,
    gaISABus                        = 1,
    gaMCABus                        = 2,
    gaVLBBus                        = 3,
    gaPCIBus                        = 4,
    gaAGPBus                        = 5
    } GA_busType

Prototype In

snap/graphics.h

Description

This enumeration defines the values stored in the BusType field of the GA_devCtx structure.

Members

gaUnknownBus

Bus type is not known

gaISABus

Device is an ISA bus device

gaMCABus

Device is a Micro-Channel bus device

gaVLBBus

Device is a VESA Local Bus device

gaPCIBus

Device is a PCI bus device

gaAGPBus

Device is an AGP bus device

 

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