IHandwrittenTextInsertion::InsertRecognitionResultsArray method (peninputpanel.h)

Insert recognition results array.

Syntax

HRESULT InsertRecognitionResultsArray(
  [in] SAFEARRAY *psaAlternates,
  [in] LCID      locale,
  [in] BOOL      fAlternateContainsAutoSpacingInformation
);

Parameters

[in] psaAlternates

A two-dimensional array of strings, where each entry in the first array is a list of alternates for a single word. The first entry in the sub arrays of alternates is the text to insert (the top alternate).

[in] locale

A specific culture for the input language of the recognizer used to produce alternates.

[in] fAlternateContainsAutoSpacingInformation

Specifies whether the recognized text is generated with auto-spacing enabled. When FALSE, a space at the start/end of the lattice will always be inserted. When TRUE, a space exists, and is added where necessary. If no space exists, a space is consumed.

Return value

This method can return one of these values.

Remarks

This element is declared in Peninputpanel.h.

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

See also

IHandWrittenTextInsertion