|
SetAlphabetPriorityHRC
2.0
Specifies the priority of alphabet sets in an HRC object.
int SetAlphabetPriorityHRC( HRC hrc, ALC alc, LPBYTE rgbfalc )
Parameters
hrc
Handle to the HRC object.
alc
Alphabet priority. This value is one or more ALC_ values combined using the
bitwise-OR operator.
rgbfalc
Address of a 256-bit (32-byte) buffer whose bits map to ANSI single-byte
characters if alc contains ALC_USEBITMAP; otherwise, it can be NULL.
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.
|
Comments
Some recognizers may not support ALC_ values and priorities. An application
should check for HRCR_UNSUPPORTED when using this function.
For a description of how a recognizer uses alphabet priority, see "Configuring
the HRC" in Chapter 5, "The Recognition Process." For a list of alphabet
codes, see Chapter 13, "Pen Application Programming Interface Constants."
See Also
GetAlphabetHRC, SetAlphabetHRC, GetAlphabetPriorityHRC, 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
|