|
GetSymbolCount
- 0 2.0
Returns the number of symbol strings contained in a symbol graph SYG.
int GetSymbolCount( LPSYG lpsyg )
Parameters
lpsyg
Address of the symbol graph.
Return Value
Returns the number of possible symbol strings that can be generated from the
symbol graph. Returns 1 for any graph that can generate more than 32,767 symbol strings, or if there
is a parameter error.
Example
For example, if the symbol graph pointed to by lpsyg is
ex {a | u} mple
GetSymbolCount returns the value 2 because the graph contains two symbol strings ("example"
and "exumple").
See Also
EnumSymbols, FirstSymbolFromGraph, GetSymbolMaxLength SYG, SYV_
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
|