HwxProcess

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

BOOL HwxProcess ( 
HRC hrc );

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 GetLastError.

Remarks

This function processes the ink that has been received by the HRC object. Full recognition occurs only after HwxEndInput is called. The application must then call HwxGetResults to obtain recognition results.

There is no support for timeouts.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Recog.h   Hwxjpn.lib, Hwxusa.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

HwxEndInput, HwxGetResults

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.