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