|
FirstSymbolFromGraph
- 0 2.0
Retrieves an array of symbols that is the most likely interpretation of a
specified symbol graph SYG.
FirstSymbolFromGraph( LPSYG lpsyg, LPSYV lpsyv, int cSyvMax, LPINT lpcSyv )
Parameters
lpsyg
Address of the symbol graph.
lpsyv
Address of an empty array of SYV_ symbol values. FirstSymbolFromGraph fills this array with the likeliest interpretation from the graph.
cSyvMax
Size of the array that lpsyv points to.
lpcSyv
Number of symbols returned in lpsyv. This value is 0 if lpsyg is empty. It is 1 if the buffer is not large enough to hold the results.
Return Value
This function does not return a value.
Comments
The array of symbols is identical to the first string returned to the EnumSymbolsCallback callback function of EnumSymbols.
See Also
EnumSymbols, 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
|