|
BOXRESULTS
- 0
Contains box results for the GetBoxResultsHRC function.
typedef struct {
int indxBox;
HINKSET hinksetBox;
SYV rgSyv[1];
} BOXRESULTS;
Members
indxBox
Index of the box with respect to the GUIDE structure.
hinksetBox
An inkset representing the pen data that belongs to the box, if requested by
the GetBoxResultsHRC function. This member can be NULL.
rgSyv[1]
Variable-length array of alternative guesses made by the recognizer. The
guesses are arranged in descending order of confidence, so that the first
alternative in the array is the most likely choice.
See Also
GetBoxResultsHRC, GUIDE
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
|