FirstSymbolFromGraph
1.0 2.0
Retrieves an
array of symbols that is the most likely interpretation of a specified symbol
graph SYG
void 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
See Also