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