HwxResultsAvailable (Windows CE 5.0)

Send Feedback

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

INT HwxResultsAvailable( HRC hrc);

Parameters

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

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Recog.h.
Link Library: Hwxjpn.lib, Hwxusa.lib, Hwxcht.lib, Hwxkor.lib.

See Also

HwxGetResults

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.