|
GetMaxResultsHRC
2.0
Gets the maximum number of recognition results that a recognizer can generate
in the current handwriting recognition context HRC object.
int GetMaxResultsHRC( HRC hrc )
Parameters
hrc
Handle to the HRC object.
Return Value
If successful, returns the maximum number of recognition results as a positive
number; otherwise, returns one of the following negative values:
Constant
| Description
| HRCR_ERROR
| Invalid parameter or other error.
| HRCR_MEMERR
| Insufficient memory.
|
Comments
The default maximum number of results a recognizer can return is 1. An
application must call SetMaxResultsHRC to set a different maximum value.
See Also
SetMaxResultsHRC
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
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
|