Browse
 
Tools
Rss Categories

LVGrammar_CreateInterpretation

Reference Number: AA-00835 Views: 6315 0 Rating/ Voters

Returns the semantic interpretation handle indicated by the index.

Function

  • H_SI LVGrammar_CreateInterpretation (HGRAMMAR Grammar, int index)

Parameters

Grammar

A Handle to the grammar.

index

The index of the interpretation handle to be returned. It should be in the range [ 0, (LVGrammar_GetNumberOfInterpretations() - 1) ].

Return Values

NULL

The index is not valid.

Non-NULL

The interpretation handle.

Remarks

This function should be used after a call to LVGrammar_InterpretParses. A non-null interpretation handle needs to be released after you are done using it, by calling LVInterpretation_Release

See Also