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