Returns the name of the result data for this interpretation.
Function
- const char* LVInterpretation_GetResultName(H_SI hsi)
Parameters
hsi
An interpretation handle.
Return Value
The Result Name string.
Remarks
The result name is usually the root rule of the matching grammar for this interpretation.
See Also