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

SCM_BUS_SET_TYPE

列挙型
基底型i4

メンバー 3

名前10進16進
ScmBusSet_Descriptor00x0
ScmBusSet_IsSupported10x1
ScmBusSet_Max20x2

各言語での定義

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