HwxProcess
This function signals the recognizer to analyze the information in the specified handwriting recognition context (HRC) object.
BOOL HwxProcess(
HRC hrc
);
Parameters
- hrc
[in] Handle to the handwriting recognition context (HRC) object to be analyzed.
Return Values
TRUE indicates success. FALSE indicates failure. To get extended error information, call the GetLastError function.
Remarks
This function processes the ink that has been received by the HRC object. Full recognition occurs only after the HwxEndInput functionis called. The application must then call the HwxGetResults function to obtain recognition results.
There is no support for timeouts.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Recog.h.
Link Library: Hwxjpn.lib, Hwxusa.lib, Hwxcht.lib, Hwxkor.lib.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.