Browse
 
Tools
Rss Categories

LVInterpretation_Copy

Reference Number: AA-00887 Views: 6782 0 Rating/ Voters

Used to copy an Interpretation object.

Functions

  • void LVInterpretation_Copy(H_SI hsi, H_SI other_si)

Parameters

hsi

The interpretation handle being copied into.

other_hsi

The interpretation handle whose contents are being copied.

Return Value

None.

Remarks

Any new handle given to you via LVInterpretation_Copy must be released with LVInterpretation_Release. Also, any handle given to you by the speech port through LV_SRE_CreateInterpretation must be released with LVInterpretation_Release.

See Also