|
Results Messages
Results messages concerning recognition come from the system, not the
recognizer. The messages depend on what services the application uses:
- If DoDefaultPenInput runs the recognition process, it sends a chain of messages to the application
as described in Chapter 2, "Starting Out with System Defaults."
- If the application calls one of the version 1.0 recognizer functions, such as Recognize or ProcessWriting, the system generates a WM_RCRESULT message. The system can send many
WM_RCRESULT messages during a single recognition event, depending on the frequency
that the application has specified for receiving data. The lParam of each message points to a new, self-contained RCRESULT structure that contains the recognition results generated since the last
WM_RCRESULT message.
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
|