COPP_BusType enumeration (dxva9typ.h)
Specifies the type of I/O bus used by the graphics adapter.
Syntax
typedef enum _COPP_BusType {
COPP_BusType_Unknown = 0,
COPP_BusType_PCI = 1,
COPP_BusType_PCIX = 2,
COPP_BusType_PCIExpress = 3,
COPP_BusType_AGP = 4,
COPP_BusType_Integrated = 0x80000000,
COPP_BusType_ForceDWORD
} COPP_BusType;
Constants
COPP_BusType_UnknownValue: 0 Unknown bus type. |
COPP_BusType_PCIValue: 1 PCI bus. |
COPP_BusType_PCIXValue: 2 PCI-X bus. |
COPP_BusType_PCIExpressValue: 3 PCI Express bus. |
COPP_BusType_AGPValue: 4 AGP bus. |
COPP_BusType_IntegratedValue: 0x80000000 Integrated bus. This flag can be combined with the other flags. This flag indicates that the command and status signals between the graphics adapter and other subsystems on the computer are not available on an expansion bus that has a public specification and standard connector type, unless it is a memory bus. |
COPP_BusType_ForceDWORDReserved. |
Requirements
| Header | dxva9typ.h (include Dxva.h) |