LVInterpretation_GetResultData

Returns a handle for the semantic data generated by user input and a matching grammar. The returned handle does not allocate any additional memory, so do not release it.

Function

Parameters

hsi

An interpretation handle.

Return Value

NULL

There was a problem getting the result data.

Not NULL

A handle to the results of a semantic interpretation process.

Remarks

The LVSemanticData handle provided to the user via this function is owned by the interpretation handle hsi. It will be released when hsi is released.

See Also

© 2012 LumenVox LLC. All rights reserved.