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

DISPID_SpeechPhoneConverter

列挙型
基底型i4

メンバー 3

名前10進16進
DISPID_SPCLangId10x1
DISPID_SPCPhoneToId20x2
DISPID_SPCIdToPhone30x3

各言語での定義

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

typedef enum DISPID_SpeechPhoneConverter : int {
    DISPID_SPCLangId = 1,
    DISPID_SPCPhoneToId = 2,
    DISPID_SPCIdToPhone = 3
} DISPID_SpeechPhoneConverter;
public enum DISPID_SpeechPhoneConverter : int
{
    DISPID_SPCLangId = 1,
    DISPID_SPCPhoneToId = 2,
    DISPID_SPCIdToPhone = 3,
}
Public Enum DISPID_SpeechPhoneConverter As Integer
    DISPID_SPCLangId = 1
    DISPID_SPCPhoneToId = 2
    DISPID_SPCIdToPhone = 3
End Enum
import enum

class DISPID_SpeechPhoneConverter(enum.IntEnum):
    DISPID_SPCLangId = 1
    DISPID_SPCPhoneToId = 2
    DISPID_SPCIdToPhone = 3
// DISPID_SpeechPhoneConverter
pub const DISPID_SPCLangId: i32 = 1;
pub const DISPID_SPCPhoneToId: i32 = 2;
pub const DISPID_SPCIdToPhone: i32 = 3;
// DISPID_SpeechPhoneConverter
const (
	DISPID_SPCLangId int32 = 1
	DISPID_SPCPhoneToId int32 = 2
	DISPID_SPCIdToPhone int32 = 3
)
const
  DISPID_SPCLangId = 1;
  DISPID_SPCPhoneToId = 2;
  DISPID_SPCIdToPhone = 3;
// DISPID_SpeechPhoneConverter
pub const DISPID_SPCLangId: i32 = 1;
pub const DISPID_SPCPhoneToId: i32 = 2;
pub const DISPID_SPCIdToPhone: i32 = 3;
const
  DISPID_SPCLangId* = 1
  DISPID_SPCPhoneToId* = 2
  DISPID_SPCIdToPhone* = 3
enum DISPID_SpeechPhoneConverter : int {
    DISPID_SPCLangId = 1,
    DISPID_SPCPhoneToId = 2,
    DISPID_SPCIdToPhone = 3,
}
#define global DISPID_SPCLangId    0x1
#define global DISPID_SPCPhoneToId 0x2
#define global DISPID_SPCIdToPhone 0x3