ホーム › UI.TabletPC › IInkRecognizerContext
IInkRecognizerContext
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 24
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Strokes(IInkStrokes** Strokes) |
| 8 | HRESULT putref_Strokes(IInkStrokes* Strokes) |
| 9 | HRESULT get_CharacterAutoCompletionMode(InkRecognizerCharacterAutoCompletionMode* Mode) |
| 10 | HRESULT put_CharacterAutoCompletionMode(InkRecognizerCharacterAutoCompletionMode Mode) |
| 11 | HRESULT get_Factoid(LPWSTR* Factoid) |
| 12 | HRESULT put_Factoid(LPWSTR factoid) |
| 13 | HRESULT get_Guide(IInkRecognizerGuide** RecognizerGuide) |
| 14 | HRESULT putref_Guide(IInkRecognizerGuide* RecognizerGuide) |
| 15 | HRESULT get_PrefixText(LPWSTR* Prefix) |
| 16 | HRESULT put_PrefixText(LPWSTR Prefix) |
| 17 | HRESULT get_SuffixText(LPWSTR* Suffix) |
| 18 | HRESULT put_SuffixText(LPWSTR Suffix) |
| 19 | HRESULT get_RecognitionFlags(InkRecognitionModes* Modes) |
| 20 | HRESULT put_RecognitionFlags(InkRecognitionModes Modes) |
| 21 | HRESULT get_WordList(IInkWordList** WordList) |
| 22 | HRESULT putref_WordList(IInkWordList* WordList) |
| 23 | HRESULT get_Recognizer(IInkRecognizer** Recognizer) |
| 24 | HRESULT Recognize(InkRecognitionStatus* RecognitionStatus, IInkRecognitionResult** RecognitionResult) |
| 25 | HRESULT StopBackgroundRecognition() |
| 26 | HRESULT EndInkInput() |
| 27 | HRESULT BackgroundRecognize(VARIANT CustomData) |
| 28 | HRESULT BackgroundRecognizeWithAlternates(VARIANT CustomData) |
| 29 | HRESULT Clone(IInkRecognizerContext** RecoContext) |
| 30 | HRESULT IsStringSupported(LPWSTR String, VARIANT_BOOL* Supported) |