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

SpeechDataKeyLocation

列挙型
基底型i4

メンバー 4

名前10進16進
SDKLDefaultLocation00x0
SDKLCurrentUser10x1
SDKLLocalMachine20x2
SDKLCurrentConfig50x5

各言語での定義

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

typedef enum SpeechDataKeyLocation : int {
    SDKLDefaultLocation = 0,
    SDKLCurrentUser = 1,
    SDKLLocalMachine = 2,
    SDKLCurrentConfig = 5
} SpeechDataKeyLocation;
public enum SpeechDataKeyLocation : int
{
    SDKLDefaultLocation = 0,
    SDKLCurrentUser = 1,
    SDKLLocalMachine = 2,
    SDKLCurrentConfig = 5,
}
Public Enum SpeechDataKeyLocation As Integer
    SDKLDefaultLocation = 0
    SDKLCurrentUser = 1
    SDKLLocalMachine = 2
    SDKLCurrentConfig = 5
End Enum
import enum

class SpeechDataKeyLocation(enum.IntEnum):
    SDKLDefaultLocation = 0
    SDKLCurrentUser = 1
    SDKLLocalMachine = 2
    SDKLCurrentConfig = 5
// SpeechDataKeyLocation
pub const SDKLDefaultLocation: i32 = 0;
pub const SDKLCurrentUser: i32 = 1;
pub const SDKLLocalMachine: i32 = 2;
pub const SDKLCurrentConfig: i32 = 5;
// SpeechDataKeyLocation
const (
	SDKLDefaultLocation int32 = 0
	SDKLCurrentUser int32 = 1
	SDKLLocalMachine int32 = 2
	SDKLCurrentConfig int32 = 5
)
const
  SDKLDefaultLocation = 0;
  SDKLCurrentUser = 1;
  SDKLLocalMachine = 2;
  SDKLCurrentConfig = 5;
// SpeechDataKeyLocation
pub const SDKLDefaultLocation: i32 = 0;
pub const SDKLCurrentUser: i32 = 1;
pub const SDKLLocalMachine: i32 = 2;
pub const SDKLCurrentConfig: i32 = 5;
const
  SDKLDefaultLocation* = 0
  SDKLCurrentUser* = 1
  SDKLLocalMachine* = 2
  SDKLCurrentConfig* = 5
enum SpeechDataKeyLocation : int {
    SDKLDefaultLocation = 0,
    SDKLCurrentUser = 1,
    SDKLLocalMachine = 2,
    SDKLCurrentConfig = 5,
}
#define global SDKLDefaultLocation 0x0
#define global SDKLCurrentUser     0x1
#define global SDKLLocalMachine    0x2
#define global SDKLCurrentConfig   0x5