|
GetWordlistCoercionHRC
- 0
Retrieves the current word list coercion setting in a handwriting-recognition
context HRC.
int GetWordlistCoercionHRC( HRC hrc )
Parameters
hrc
Handle to the HRC object.
Return Value
If successful, returns one of the following values:
Constant
| Description
| SCH_ADVISE
| The word list is a hint to the recognizer, and results are not strongly
coerced to match the word list.
| SCH_FORCE
| If results do not match the word list, the closest fit is returned.
| SCH_NONE
| Do not coerce. This flag can be used to turn off a previous request.
|
Otherwise, returns one of the following negative values:
Constant
| Description
| HRCR_ERROR
| Invalid parameter or other error.
| HRCR_MEMERR
| Insufficient memory.
| HRCR_UNSUPPORTED
| The recognizer does not support this function.
|
See Also
SetWordlistCoercionHRC
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
|