Win32 API 日本語リファレンス
ホームMedia.Speech › DISPID_SpeechGrammarRuleStateTransition

DISPID_SpeechGrammarRuleStateTransition

列挙型
基底型i4

メンバー 8

名前10進16進
DISPID_SGRSTType10x1
DISPID_SGRSTText20x2
DISPID_SGRSTRule30x3
DISPID_SGRSTWeight40x4
DISPID_SGRSTPropertyName50x5
DISPID_SGRSTPropertyId60x6
DISPID_SGRSTPropertyValue70x7
DISPID_SGRSTNextState80x8

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DISPID_SpeechGrammarRuleStateTransition : int {
    DISPID_SGRSTType = 1,
    DISPID_SGRSTText = 2,
    DISPID_SGRSTRule = 3,
    DISPID_SGRSTWeight = 4,
    DISPID_SGRSTPropertyName = 5,
    DISPID_SGRSTPropertyId = 6,
    DISPID_SGRSTPropertyValue = 7,
    DISPID_SGRSTNextState = 8
} DISPID_SpeechGrammarRuleStateTransition;
public enum DISPID_SpeechGrammarRuleStateTransition : int
{
    DISPID_SGRSTType = 1,
    DISPID_SGRSTText = 2,
    DISPID_SGRSTRule = 3,
    DISPID_SGRSTWeight = 4,
    DISPID_SGRSTPropertyName = 5,
    DISPID_SGRSTPropertyId = 6,
    DISPID_SGRSTPropertyValue = 7,
    DISPID_SGRSTNextState = 8,
}
Public Enum DISPID_SpeechGrammarRuleStateTransition As Integer
    DISPID_SGRSTType = 1
    DISPID_SGRSTText = 2
    DISPID_SGRSTRule = 3
    DISPID_SGRSTWeight = 4
    DISPID_SGRSTPropertyName = 5
    DISPID_SGRSTPropertyId = 6
    DISPID_SGRSTPropertyValue = 7
    DISPID_SGRSTNextState = 8
End Enum
import enum

class DISPID_SpeechGrammarRuleStateTransition(enum.IntEnum):
    DISPID_SGRSTType = 1
    DISPID_SGRSTText = 2
    DISPID_SGRSTRule = 3
    DISPID_SGRSTWeight = 4
    DISPID_SGRSTPropertyName = 5
    DISPID_SGRSTPropertyId = 6
    DISPID_SGRSTPropertyValue = 7
    DISPID_SGRSTNextState = 8
// DISPID_SpeechGrammarRuleStateTransition
pub const DISPID_SGRSTType: i32 = 1;
pub const DISPID_SGRSTText: i32 = 2;
pub const DISPID_SGRSTRule: i32 = 3;
pub const DISPID_SGRSTWeight: i32 = 4;
pub const DISPID_SGRSTPropertyName: i32 = 5;
pub const DISPID_SGRSTPropertyId: i32 = 6;
pub const DISPID_SGRSTPropertyValue: i32 = 7;
pub const DISPID_SGRSTNextState: i32 = 8;
// DISPID_SpeechGrammarRuleStateTransition
const (
	DISPID_SGRSTType int32 = 1
	DISPID_SGRSTText int32 = 2
	DISPID_SGRSTRule int32 = 3
	DISPID_SGRSTWeight int32 = 4
	DISPID_SGRSTPropertyName int32 = 5
	DISPID_SGRSTPropertyId int32 = 6
	DISPID_SGRSTPropertyValue int32 = 7
	DISPID_SGRSTNextState int32 = 8
)
const
  DISPID_SGRSTType = 1;
  DISPID_SGRSTText = 2;
  DISPID_SGRSTRule = 3;
  DISPID_SGRSTWeight = 4;
  DISPID_SGRSTPropertyName = 5;
  DISPID_SGRSTPropertyId = 6;
  DISPID_SGRSTPropertyValue = 7;
  DISPID_SGRSTNextState = 8;
// DISPID_SpeechGrammarRuleStateTransition
pub const DISPID_SGRSTType: i32 = 1;
pub const DISPID_SGRSTText: i32 = 2;
pub const DISPID_SGRSTRule: i32 = 3;
pub const DISPID_SGRSTWeight: i32 = 4;
pub const DISPID_SGRSTPropertyName: i32 = 5;
pub const DISPID_SGRSTPropertyId: i32 = 6;
pub const DISPID_SGRSTPropertyValue: i32 = 7;
pub const DISPID_SGRSTNextState: i32 = 8;
const
  DISPID_SGRSTType* = 1
  DISPID_SGRSTText* = 2
  DISPID_SGRSTRule* = 3
  DISPID_SGRSTWeight* = 4
  DISPID_SGRSTPropertyName* = 5
  DISPID_SGRSTPropertyId* = 6
  DISPID_SGRSTPropertyValue* = 7
  DISPID_SGRSTNextState* = 8
enum DISPID_SpeechGrammarRuleStateTransition : int {
    DISPID_SGRSTType = 1,
    DISPID_SGRSTText = 2,
    DISPID_SGRSTRule = 3,
    DISPID_SGRSTWeight = 4,
    DISPID_SGRSTPropertyName = 5,
    DISPID_SGRSTPropertyId = 6,
    DISPID_SGRSTPropertyValue = 7,
    DISPID_SGRSTNextState = 8,
}
#define global DISPID_SGRSTType          0x1
#define global DISPID_SGRSTText          0x2
#define global DISPID_SGRSTRule          0x3
#define global DISPID_SGRSTWeight        0x4
#define global DISPID_SGRSTPropertyName  0x5
#define global DISPID_SGRSTPropertyId    0x6
#define global DISPID_SGRSTPropertyValue 0x7
#define global DISPID_SGRSTNextState     0x8