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

SCM_PD_SET_TYPE

列挙型
基底型i4

メンバー 3

名前10進16進
ScmPhysicalDeviceSet_Descriptor00x0
ScmPhysicalDeviceSet_IsSupported10x1
ScmPhysicalDeviceSet_Max20x2

各言語での定義

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