Partager via


HwxConfig

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.

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.