LVGrammar_CreateFromCopy

Creates an grammar object by copying another one, and returns the handle.

Function

HGRAMMAR LVGrammar_CreateFromCopy(HGRAMMAR another)

Parameters

another

The grammar object to copy from.

Return Values

A handle to the created grammar object.

Remarks

The memory pointed by the returned handle will not be released until the user called LVGrammar_Release explicitly.

See Also


Complete Help Topic List | Speech Engine Product Information