Win32 API 日本語リファレンス
ホームUI.TabletPC › InkRecognitionAlternatesSelection

InkRecognitionAlternatesSelection

列挙型
基底型i4

メンバー 3

名前10進16進
IRAS_Start00x0
IRAS_DefaultCount100xA
IRAS_All-10xFFFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = -1
enum 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