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