HwxProcess (Windows CE 5.0)

Send Feedback

This function signals the recognizer to analyze the information in the specified handwriting recognition context (HRC) object.

BOOL HwxProcess( HRChrc);

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

HwxEndInput | HwxGetResults

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.