Browse
 
Tools
Rss Categories

LVGrammar_GetNumberOfInterpretations

Reference Number: AA-00842 Views: 6229 0 Rating/ Voters

Return the number of semantic interpretations created by the most recent call to LVGrammar_InterpretParses.

Function

  • int LVGrammar_GetNumberOfInterpretations(HGRAMMAR Grammar)

Parameters

Grammar

A handle to the grammar.

Return Values

Non Negative integer

Number of available interpretations.

Remarks

This function can be used after a call to LVGrammar_InterpretParses.  It is merely a convenience, as the return value of LVGrammar_InterpretParses provides the same information.

See Also