Win32 API 日本語リファレンス
ホームSystem.Ioctl › SCM_PD_QUERY_TYPE

SCM_PD_QUERY_TYPE

列挙型
基底型i4

メンバー 3

名前10進16進
ScmPhysicalDeviceQuery_Descriptor00x0
ScmPhysicalDeviceQuery_IsSupported10x1
ScmPhysicalDeviceQuery_Max20x2

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2
enum 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