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