|
Getting Results
The Pen API provides three methods for an application to get recognition
results. The first two methods are functions GetBoxResultsHRC and GetResultsHRC that retrieve the results from an HRC object. The GetBoxResultsHRC function assumes the application has provided a GUIDE structure to the HRC. If the application has not specified a GUIDE structure, it must call GetResultsHRC to retrieve an HRCRESULT object for each alternative guess.
The third method applies only to version 1.0 recognition functions. It
retrieves recognition results for both boxed and unboxed input from an RCRESULT structure. With this method, an application must dissect the RCRESULT structure to get information that GetBoxResultsHRC and GetResultsHRC provide automatically.
The rest of this section gives examples for each of the three methods.
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
|