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