HwxProcess (Windows Embedded CE 6.0)
1/6/2010
This function signals the recognizer to analyze the information in the specified handwriting recognition context (HRC) object.
Syntax
BOOL HwxProcess(
HRC hrc
);
Parameters
- hrc
[in] Handle to the handwriting recognition context (HRC) object to be analyzed.
Return Value
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
Header | recog.h |
Library | hwxcht.lib, Hwxjpn.lib, Hwxkor.lib, hwxusa.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |