Share via


HwxEndInput (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL HwxEndInput( 
  HRC hrc 
);

Parameters

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

Return Value

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

Header recog.h
Library hwxcht.lib, Hwxjpn.lib, Hwxkor.lib, hwxusa.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

HwxInput
HwxProcess

Other Resources

Handwriting Recognizer Engine (HWX) Functions