HwxConfig

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

At a Glance

Header file: Recog.h
Windows CE versions: 2.0 and later

Syntax

BOOL HwxConfig(void);

Return Values

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

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.