Partager via


HwxResultsAvailable (Windows Embedded CE 6.0)

1/6/2010

This function returns the number of characters that have been processed by the handwriting recognition engine and are available for HwxGetResults to retrieve.

Syntax

INT HwxResultsAvailable( 
  HRC hrc 
);

Parameters

  • hrc
    [in] Handle to the handwriting recognition context (HRC) object.

Return Value

The number of characters in the HRC for HwxGetResults to retrieve indicates success. A value of –1 indicates an error.

If the function fails, use the GetLastError function for error information.

Remarks

With this function, an application can check the progress of the handwriting recognition engine and decide when to retrieve the results with HwxGetResults and display them to the user.

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

HwxGetResults

Other Resources

Handwriting Recognizer Engine (HWX) Functions