HWXRESULTS (Windows CE 5.0)
This structure contains the results from processing the handwriting recognition context (HRC) information.
typedef struct tagHWXRESULTS {USHORT indxBox;WCHAR rgChar[1]} HWXRESULTS, *PHWXRESULTS;
Members
- indxBox
Zero-based index into the HWXGUIDE structure where the character was written. - rgChar
Variable-sized array of characters returned.
Remarks
This structure is filled in by the HwxGetResults function. The rgChar array is a variable-sized array of alternate results. The number of alternate results is passed into the HwxResultsAvailable function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Recog.h.
See Also
HwxGetResults | HwxResultsAvailable | HWXGUIDE
Send Feedback on this topic to the authors