HWXRESULTS
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
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.