This structure contains the results from processing the handwriting recognition context (HRC) information.
At a Glance
Header file: | Recog.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct tagHWXRESULTS {
USHORT indxBox;
WCHAR rgChar[1]
} HWXRESULTS, *PHWXRESULTS;
Members
indxBox
Zero-based index into HWXGUIDE structure where the character was written.
rgChar
Variable-sized array of characters returned.
Remarks
This structure is filled in by HwxGetResults. The rgChar array is actually a variable-sized array of alternate results. The number of alternate results is passed into HwxGetResults.
See Also