This function signals the recognizer to analyze the information in the specified handwriting recognition context (HRC) object.
At a Glance
Header file: | Recog.h |
Windows CE versions: | 2.0 and later |
Syntax
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 GetLastError.
Remarks
This function processes the ink that has been received by the HRC object. Full recognition occurs only after HwxEndInput is called. The application must then call HwxGetResults to obtain recognition results.
There is no support for timeouts.
See Also