|
DictionarySearch
- 0 2.0
Performs a dictionary search for a version 1.0 recognizer.
Note This function is provided only for compatibility with version 1.0 of the Pen
API and will not be supported in future versions.
BOOL DictionarySearch( LPRC lprc, LPSYE lpsye, int cSye, LPSYV lpsyv, int csyvMax )
Parameters
lprc
Address of an RC structure.
lpsye
Address of an array of SYE symbol elements that constitute the symbol graph.
cSye
Number of SYE structures in the array.
lpsyv
Output buffer of SYV types. This parameter contains the return results of the dictionary search. A
SYV_NULL value is always appended at the end of this buffer. Therefore, this
parameter must have enough space for csyvMax + 1 SYV symbol values.
csyvMax
Size of the output buffer.
Return Value
Returns TRUE if any enumeration is found in a dictionary. It returns FALSE if
a NULL dictionary was requested or none of the enumerations was found in any
dictionary.
Comments
The DictionarySearch function uses the symbol graph pointed to by lpsye, performs a dictionary search based on the options set in lprc, and returns the result as an array of SYV symbol values in the buffer pointed to by lpsyv. The function returns the number of SYV elements copied, limited by the maximum specified in the csyvMax parameter.
DictionarySearch first passes the symbol graph with DIRQ_SYMBOLGRAPH to all the dictionaries
in the rglpdf array in the specified RC structure. If none succeeds, the function enumerates the symbol graph in lpsye and searches through all of the dictionary functions for a match. The calling
application can get suggestions by setting the RCO_SUGGEST flag in the lRcOptions field in the RC structure. When this flag is set and no enumeration is found in any of the
dictionaries in the rglpdf array, DictionarySearch tries to get a suggestion from the dictionaries on the path. DictionarySearch takes the first suggestion offered by any dictionary and returns that as the
result of the search. If there are no suggestions, the function returns the
best enumeration. The best enumeration is obtained using the FirstSymbolFromGraph function.
If the option RCO_NOSPACEBREAK is set in the lRcOptions field of the specified RC structure, DictionarySearch treats the entire lpsye array as a single symbol graph. If this flag is not set, the function breaks
down the input symbol graph into tokens delimited by white space, performs the
search sequence on each of them, and assembles the result in the lpsyv array.
This function uses the EnumSymbols function for enumeration and the wTryDictionary member in the RC structure to specify the maximum number of enumerations to search through for
each symbol graph token.
See Also
EnumSymbols, FirstSymbolFromGraph, SYE, SYV_, RC
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|