HwxEndInput (Windows CE 5.0)

Send Feedback

This function notifies the handwriting recognition engine that no more ink should be added to the handwriting recognition context (HRC) object.

BOOL HwxEndInput( HRChrc);

Parameters

  • hrc
    [in] Handle to the handwriting recognition context (HRC) object that no longer receives ink.

Return Values

TRUE indicates success. FALSE indicates failure. To get extended error information, call the GetLastError function.

Remarks

An application calls this function after using the HwxInput function to add the last ink to the HRC. The next call to HwxProcess completes recognition on all the input. Any calls to HwxInput on this HRC fail after HwxEndInput is called.

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

HwxInput | HwxProcess

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.