|
GetAlphabetPriorityHRC
2.0
Retrieves the alphabet priority used in a handwriting recognition context HRC.
int GetAlphabetPriorityHRC( HRC hrc, LPALC lpalc, LPBYTE rgbfalc )
Parameters
hrc
Handle to the HRC object.
lpalc
Address of an ALC type that will be filled with the current ALC_ priority values.
rgbfalc
Address of a 256-bit (32-byte) buffer whose bits map to ANSI single-byte
characters, or NULL if this information is not required.
Return Value
Returns HRCR_OK if successful; 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.
|
For a description of how a recognizer uses alphabet priority, see "Configuring
the HRC" in Chapter 5, "The Recognition Process."
See Also
GetAlphabetHRC, SetAlphabetPriorityHRC, ALC_
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
|