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