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