ホーム › UI.TabletPC › InkRecognitionAlternatesSelection
InkRecognitionAlternatesSelection
列挙型メンバー 3
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| IRAS_Start | 0 | 0x0 | 予約済みです。 |
| IRAS_DefaultCount | 10 | 0xA | 予約済みです。 |
| IRAS_All | -1 | 0xFFFFFFFF | 予約済みです。 |
公式ドキュメント
実装されていません。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。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