HwxSetGuide (Windows CE 5.0)

Send Feedback

This function points to a structure that specifies the size and position on a screen of input boxes, which collect characters drawn by a user.

BOOL HwxSetGuide( HRChrc,HWXGUIDE* lpGuide );

Parameters

  • hrc
    [in] Handle to the handwriting recognition context (HRC) object.
  • lpGuide
    [in] Long pointer to an HWXGUIDE structure.

Return Values

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

Remarks

Call HwxSetGuide after the HwxCreate function and before accepting user input to the HRC with calls to the HwxInput function. The handwriting recognition engine requires that an application specify a HWXGUIDE structure for HRC objects.

The HWXGUIDE structure can define one input area, or box, or it can define many input areas. When the guide contains multiple input boxes, HwxGetResults returns results for multiple characters.

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

HwxCreate | HwxGetResults | HWXGUIDE | HwxInput

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.