IHandwrittenTextInsertion::InsertInkRecognitionResult method (peninputpanel.h)
Inserts recognition results.
Syntax
HRESULT InsertInkRecognitionResult(
[in] IInkRecognitionResult *pIInkRecoResult,
[in] LCID locale,
[in] BOOL fAlternateContainsAutoSpacingInformation
);
Parameters
[in] pIInkRecoResult
The IInkRecognitionResult for the insertion which contains the recognition results and the collection of ink strokes for the insertion.
[in] locale
The locale identifier of a specific culture for the input language of the recognizer used to produce alternates.
[in] fAlternateContainsAutoSpacingInformation
Specifies whether the recognized text was generated with auto-spacing enabled on the recognized. TRUE if auto-spacing was enabled; otherwise, FALSE.
Return value
This method can return one of these values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | peninputpanel.h |
DLL | Tiptsf.dll |