ホーム › System.Ioctl › SCM_BUS_SET_TYPE
SCM_BUS_SET_TYPE
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| ScmBusSet_Descriptor | 0 | 0x0 |
| ScmBusSet_IsSupported | 1 | 0x1 |
| ScmBusSet_Max | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SCM_BUS_SET_TYPE : int {
ScmBusSet_Descriptor = 0,
ScmBusSet_IsSupported = 1,
ScmBusSet_Max = 2
} SCM_BUS_SET_TYPE;public enum SCM_BUS_SET_TYPE : int
{
ScmBusSet_Descriptor = 0,
ScmBusSet_IsSupported = 1,
ScmBusSet_Max = 2,
}Public Enum SCM_BUS_SET_TYPE As Integer
ScmBusSet_Descriptor = 0
ScmBusSet_IsSupported = 1
ScmBusSet_Max = 2
End Enumimport enum
class SCM_BUS_SET_TYPE(enum.IntEnum):
ScmBusSet_Descriptor = 0
ScmBusSet_IsSupported = 1
ScmBusSet_Max = 2// SCM_BUS_SET_TYPE
pub const ScmBusSet_Descriptor: i32 = 0;
pub const ScmBusSet_IsSupported: i32 = 1;
pub const ScmBusSet_Max: i32 = 2;// SCM_BUS_SET_TYPE
const (
ScmBusSet_Descriptor int32 = 0
ScmBusSet_IsSupported int32 = 1
ScmBusSet_Max int32 = 2
)const
ScmBusSet_Descriptor = 0;
ScmBusSet_IsSupported = 1;
ScmBusSet_Max = 2;// SCM_BUS_SET_TYPE
pub const ScmBusSet_Descriptor: i32 = 0;
pub const ScmBusSet_IsSupported: i32 = 1;
pub const ScmBusSet_Max: i32 = 2;const
ScmBusSet_Descriptor* = 0
ScmBusSet_IsSupported* = 1
ScmBusSet_Max* = 2enum SCM_BUS_SET_TYPE : int {
ScmBusSet_Descriptor = 0,
ScmBusSet_IsSupported = 1,
ScmBusSet_Max = 2,
}#define global ScmBusSet_Descriptor 0x0
#define global ScmBusSet_IsSupported 0x1
#define global ScmBusSet_Max 0x2