HWXRESULTS (Windows Embedded CE 6.0)
1/6/2010
This structure contains the results from processing the handwriting recognition context (HRC) information.
Syntax
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
Header | recog.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
HwxGetResults
HwxResultsAvailable
HWXGUIDE