ホーム › Media.DirectShow › COPP_BusType
COPP_BusType
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| COPP_BusType_Unknown | 0 | 0x0 |
| COPP_BusType_PCI | 1 | 0x1 |
| COPP_BusType_PCIX | 2 | 0x2 |
| COPP_BusType_PCIExpress | 3 | 0x3 |
| COPP_BusType_AGP | 4 | 0x4 |
| COPP_BusType_Integrated | -2147483648 | 0x80000000 |
| COPP_BusType_ForceDWORD | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum COPP_BusType : int {
COPP_BusType_Unknown = 0,
COPP_BusType_PCI = 1,
COPP_BusType_PCIX = 2,
COPP_BusType_PCIExpress = 3,
COPP_BusType_AGP = 4,
COPP_BusType_Integrated = -2147483648,
COPP_BusType_ForceDWORD = 2147483647
} COPP_BusType;public enum COPP_BusType : int
{
COPP_BusType_Unknown = 0,
COPP_BusType_PCI = 1,
COPP_BusType_PCIX = 2,
COPP_BusType_PCIExpress = 3,
COPP_BusType_AGP = 4,
COPP_BusType_Integrated = -2147483648,
COPP_BusType_ForceDWORD = 2147483647,
}Public Enum COPP_BusType As Integer
COPP_BusType_Unknown = 0
COPP_BusType_PCI = 1
COPP_BusType_PCIX = 2
COPP_BusType_PCIExpress = 3
COPP_BusType_AGP = 4
COPP_BusType_Integrated = -2147483648
COPP_BusType_ForceDWORD = 2147483647
End Enumimport enum
class COPP_BusType(enum.IntEnum):
COPP_BusType_Unknown = 0
COPP_BusType_PCI = 1
COPP_BusType_PCIX = 2
COPP_BusType_PCIExpress = 3
COPP_BusType_AGP = 4
COPP_BusType_Integrated = -2147483648
COPP_BusType_ForceDWORD = 2147483647// COPP_BusType
pub const COPP_BusType_Unknown: i32 = 0;
pub const COPP_BusType_PCI: i32 = 1;
pub const COPP_BusType_PCIX: i32 = 2;
pub const COPP_BusType_PCIExpress: i32 = 3;
pub const COPP_BusType_AGP: i32 = 4;
pub const COPP_BusType_Integrated: i32 = -2147483648;
pub const COPP_BusType_ForceDWORD: i32 = 2147483647;// COPP_BusType
const (
COPP_BusType_Unknown int32 = 0
COPP_BusType_PCI int32 = 1
COPP_BusType_PCIX int32 = 2
COPP_BusType_PCIExpress int32 = 3
COPP_BusType_AGP int32 = 4
COPP_BusType_Integrated int32 = -2147483648
COPP_BusType_ForceDWORD int32 = 2147483647
)const
COPP_BusType_Unknown = 0;
COPP_BusType_PCI = 1;
COPP_BusType_PCIX = 2;
COPP_BusType_PCIExpress = 3;
COPP_BusType_AGP = 4;
COPP_BusType_Integrated = -2147483648;
COPP_BusType_ForceDWORD = 2147483647;// COPP_BusType
pub const COPP_BusType_Unknown: i32 = 0;
pub const COPP_BusType_PCI: i32 = 1;
pub const COPP_BusType_PCIX: i32 = 2;
pub const COPP_BusType_PCIExpress: i32 = 3;
pub const COPP_BusType_AGP: i32 = 4;
pub const COPP_BusType_Integrated: i32 = -2147483648;
pub const COPP_BusType_ForceDWORD: i32 = 2147483647;const
COPP_BusType_Unknown* = 0
COPP_BusType_PCI* = 1
COPP_BusType_PCIX* = 2
COPP_BusType_PCIExpress* = 3
COPP_BusType_AGP* = 4
COPP_BusType_Integrated* = -2147483648
COPP_BusType_ForceDWORD* = 2147483647enum COPP_BusType : int {
COPP_BusType_Unknown = 0,
COPP_BusType_PCI = 1,
COPP_BusType_PCIX = 2,
COPP_BusType_PCIExpress = 3,
COPP_BusType_AGP = 4,
COPP_BusType_Integrated = -2147483648,
COPP_BusType_ForceDWORD = 2147483647,
}#define global COPP_BusType_Unknown 0x0
#define global COPP_BusType_PCI 0x1
#define global COPP_BusType_PCIX 0x2
#define global COPP_BusType_PCIExpress 0x3
#define global COPP_BusType_AGP 0x4
#define global COPP_BusType_Integrated 0x80000000
#define global COPP_BusType_ForceDWORD 0x7FFFFFFF