|
Initialization
The Pen API specifies the following functions for initializing, modifying, and
closing down the recognizer. Note that, in version 2.0 of the Pen API, the
required function ConfigRecognizer handles all initialization and configuration tasks. The other initialization
functions are obsolete in version 2.0 and should only be included in a
recognizer if it is expected to work with older applications that work with a version
1.0 recognizer (see the Microsoft Pen Windows, version 1.0 documentation for
descriptions of these functions).
CloseRecognizer
| Required only for compatibility with version 1.0 API. Called when the system
uninstalls a version 1.0 recognizer.
| InitRecognizer
| Required only for compatibility with version 1.0 API. Called when the system
installs a version 1.0 recognizer.
|
RecognizeDataInternal
| Required only for compatibility with version 1.0 API. The system calls this
function only when an application calls RecognizeData.
| RecognizeInternal
| Required only for compatibility with version 1.0 API. The system calls this
function only when an application calls Recognize.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|