HwxConfig (Windows CE 5.0)

Send Feedback

This function initializes the handwriting recognition dynamic-link library (DLL).

BOOL HwxConfig(void);

Parameters

None.

Return Values

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

Remarks

This function is called only once by an application to initialize the DLL. Call HwxConfig before calling other handwriting functions, all of which fail when the DLL is not initialized.

Requirements

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.