Share via


HwxConfig (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL HwxConfig(void); 

Parameters

None.

Return Value

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

Header recog.h
Library hwxcht.lib, Hwxjpn.lib, Hwxkor.lib, hwxusa.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Other Resources

Handwriting Recognizer Engine (HWX) Functions